Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: Rename the _32 and _64 TLB flush variants.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

+2 -2
+1 -1
arch/sh/mm/Makefile_32
··· 12 12 endif 13 13 14 14 mmu-y := tlb-nommu.o pg-nommu.o 15 - mmu-$(CONFIG_MMU) := fault_32.o clear_page.o copy_page.o tlb-flush_32.o \ 15 + mmu-$(CONFIG_MMU) := fault_32.o clear_page.o copy_page.o tlbflush_32.o \ 16 16 ioremap_32.o 17 17 18 18 obj-y += $(mmu-y)
+1 -1
arch/sh/mm/Makefile_64
··· 5 5 obj-y := init.o extable_64.o consistent.o 6 6 7 7 mmu-y := tlb-nommu.o pg-nommu.o 8 - mmu-$(CONFIG_MMU) := fault_64.o ioremap_64.o tlb-flush_64.o tlb-sh5.o 8 + mmu-$(CONFIG_MMU) := fault_64.o ioremap_64.o tlbflush_64.o tlb-sh5.o 9 9 10 10 ifndef CONFIG_CACHE_OFF 11 11 obj-y += cache-sh5.o
arch/sh/mm/tlb-flush_32.c arch/sh/mm/tlbflush_32.c
arch/sh/mm/tlb-flush_64.c arch/sh/mm/tlbflush_64.c