diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-09-24 03:40:56 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-24 03:40:56 -0400 |
commit | 8328a8ba92819792f37e3db002d404554e7a6f79 (patch) | |
tree | 7e02cae27c24270b973ceafcbf5082b61a8aced0 /arch/sh/mm/Makefile | |
parent | d10040f7eb808cd984b563d1cf727a1020990a2e (diff) |
sh: nommu: Kill off dummy page fault ops for SH-3/4.
We stopped referencing these functions unconditionally when the
old entry.S code was refactored, so this is just dead code at
present. Kill it off.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Makefile')
-rw-r--r-- | arch/sh/mm/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/mm/Makefile b/arch/sh/mm/Makefile index 6fbca50b64b4..ee30fb44dfe1 100644 --- a/arch/sh/mm/Makefile +++ b/arch/sh/mm/Makefile | |||
@@ -12,8 +12,6 @@ obj-$(CONFIG_SH7705_CACHE_32KB) += cache-sh7705.o | |||
12 | endif | 12 | endif |
13 | 13 | ||
14 | mmu-y := tlb-nommu.o pg-nommu.o | 14 | mmu-y := tlb-nommu.o pg-nommu.o |
15 | mmu-$(CONFIG_CPU_SH3) += fault-nommu.o | ||
16 | mmu-$(CONFIG_CPU_SH4) += fault-nommu.o | ||
17 | mmu-$(CONFIG_MMU) := fault.o clear_page.o copy_page.o tlb-flush.o \ | 15 | mmu-$(CONFIG_MMU) := fault.o clear_page.o copy_page.o tlb-flush.o \ |
18 | ioremap.o | 16 | ioremap.o |
19 | 17 | ||