Loading arch/x86_64/mm/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # Makefile for the linux x86_64-specific parts of the memory manager. # obj-y := init_64.o fault.o ioremap_64.o extable_64.o pageattr_64.o mmap_64.o obj-y := init_64.o fault_64.o ioremap_64.o extable_64.o pageattr_64.o mmap_64.o obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o obj-$(CONFIG_NUMA) += numa_64.o obj-$(CONFIG_K8_NUMA) += k8topology_64.o Loading arch/x86_64/mm/fault.c→arch/x86_64/mm/fault_64.c +0 −0 File moved. View file Loading
arch/x86_64/mm/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # Makefile for the linux x86_64-specific parts of the memory manager. # obj-y := init_64.o fault.o ioremap_64.o extable_64.o pageattr_64.o mmap_64.o obj-y := init_64.o fault_64.o ioremap_64.o extable_64.o pageattr_64.o mmap_64.o obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o obj-$(CONFIG_NUMA) += numa_64.o obj-$(CONFIG_K8_NUMA) += k8topology_64.o Loading