diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-09-24 16:40:56 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-24 16:40:56 +0900 |
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 6fbca50b64b..ee30fb44dfe 100644 --- a/arch/sh/mm/Makefile +++ b/arch/sh/mm/Makefile @@ -12,8 +12,6 @@ obj-$(CONFIG_SH7705_CACHE_32KB) += cache-sh7705.o endif mmu-y := tlb-nommu.o pg-nommu.o -mmu-$(CONFIG_CPU_SH3) += fault-nommu.o -mmu-$(CONFIG_CPU_SH4) += fault-nommu.o mmu-$(CONFIG_MMU) := fault.o clear_page.o copy_page.o tlb-flush.o \ ioremap.o |