]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sh: Rename the _32 and _64 TLB flush variants.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 21 Nov 2007 13:30:58 +0000 (22:30 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 28 Jan 2008 04:18:54 +0000 (13:18 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/Makefile_32
arch/sh/mm/Makefile_64
arch/sh/mm/tlbflush_32.c [moved from arch/sh/mm/tlb-flush_32.c with 100% similarity]
arch/sh/mm/tlbflush_64.c [moved from arch/sh/mm/tlb-flush_64.c with 100% similarity]

index fc089c0cdbe9765276184cc80802a1b8bffa2339..095abd14592fd0030b1c8355d9844a275e178fed 100644 (file)
@@ -12,7 +12,7 @@ obj-$(CONFIG_SH7705_CACHE_32KB)       += cache-sh7705.o
 endif
 
 mmu-y                  := tlb-nommu.o pg-nommu.o
-mmu-$(CONFIG_MMU)      := fault_32.o clear_page.o copy_page.o tlb-flush_32.o \
+mmu-$(CONFIG_MMU)      := fault_32.o clear_page.o copy_page.o tlbflush_32.o \
                           ioremap_32.o
 
 obj-y                  += $(mmu-y)
index 2731cf1c4e0a14456c0300da8eec48a6f61d2145..cbd6aa33c5ac108720c1e83db535a54b995976b6 100644 (file)
@@ -5,7 +5,7 @@
 obj-y                  := init.o extable_64.o consistent.o
 
 mmu-y                  := tlb-nommu.o pg-nommu.o
-mmu-$(CONFIG_MMU)      := fault_64.o ioremap_64.o tlb-flush_64.o tlb-sh5.o
+mmu-$(CONFIG_MMU)      := fault_64.o ioremap_64.o tlbflush_64.o tlb-sh5.o
 
 ifndef CONFIG_CACHE_OFF
 obj-y                  += cache-sh5.o