kernel/arch/sparc/mm/Makefile
.. .. @@ -5,7 +5,7 @@ 5 5 asflags-y := -ansi 6 6 ccflags-y := -Werror 7 7 8 -obj-$(CONFIG_SPARC64) += ultra.o tlb.o tsb.o gup.o8 +obj-$(CONFIG_SPARC64) += ultra.o tlb.o tsb.o9 9 obj-y += fault_$(BITS).o 10 10 obj-y += init_$(BITS).o 11 11 obj-$(CONFIG_SPARC32) += extable.o srmmu.o iommu.o io-unit.o .. .. @@ -15,6 +15,3 @@ 15 15 16 16 # Only used by sparc64 17 17 obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o 18 -19 -# Only used by sparc3220 -obj-$(CONFIG_HIGHMEM) += highmem.o