diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-19 12:57:03 +0300 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 07:18:47 +0300 |
commit | 3eeffb32049d4b43b01211a79496cfdaac0c33ad (patch) | |
tree | be6ff10fa38bc5c65f74c3e6fd0b9586ef33ff4e /arch/sh/mm/Makefile_64 | |
parent | 249cfea914002baac0af4b080306e6b820cd86b2 (diff) | |
download | linux-3eeffb32049d4b43b01211a79496cfdaac0c33ad.tar.xz |
sh: Split out tlb-flush in to _32 and _64 variants.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Makefile_64')
-rw-r--r-- | arch/sh/mm/Makefile_64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/Makefile_64 b/arch/sh/mm/Makefile_64 index 177f92863e4e..ec8deaa17909 100644 --- a/arch/sh/mm/Makefile_64 +++ b/arch/sh/mm/Makefile_64 @@ -5,7 +5,7 @@ obj-y := init.o extable_64.o consistent.o mmu-y := tlb-nommu.o pg-nommu.o -mmu-$(CONFIG_MMU) := ioremap_64.o +mmu-$(CONFIG_MMU) := ioremap_64.o tlb-flush_64.o obj-y += $(mmu-y) |