mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 03:45:30 +07:00
![Chris Metcalf](/assets/img/avatar_default.png)
This change is the core kernel support for TILEPro and TILE64 chips. No driver support (except the console driver) is included yet. This includes the relevant Linux headers in asm/; the low-level low-level "Tile architecture" headers in arch/, which are shared with the hypervisor, etc., and are build-system agnostic; and the relevant hypervisor headers in hv/. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Reviewed-by: Paul Mundt <lethal@linux-sh.org>
10 lines
246 B
Makefile
10 lines
246 B
Makefile
#
|
|
# Makefile for the linux tile-specific parts of the memory manager.
|
|
#
|
|
|
|
obj-y := init.o pgtable.o fault.o extable.o elf.o \
|
|
mmap.o homecache.o migrate_$(BITS).o
|
|
|
|
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
|
|
obj-$(CONFIG_HIGHMEM) += highmem.o
|