Skip to content

Commit

Permalink
sh: nommu: Kill off dummy page fault ops for SH-3/4.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Sep 24, 2007
1 parent d10040f commit 8328a8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 67 deletions.
2 changes: 0 additions & 2 deletions arch/sh/mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
65 changes: 0 additions & 65 deletions arch/sh/mm/fault-nommu.c

This file was deleted.

0 comments on commit 8328a8b

Please sign in to comment.