Skip to content

Commit

Permalink
sh: Merge _32/_64 ioremap implementations.
Browse files Browse the repository at this point in the history
There is nothing of interest in the _64 version anymore, so the _32 one
can be renamed and used unconditionally.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jan 18, 2010
1 parent edf711b commit 0b59e38
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 48 deletions.
2 changes: 1 addition & 1 deletion arch/sh/mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ obj-y += $(cacheops-y)

mmu-y := nommu.o extable_32.o
mmu-$(CONFIG_MMU) := extable_$(BITS).o fault_$(BITS).o \
ioremap_$(BITS).o kmap.o pgtable.o tlbflush_$(BITS).o
ioremap.o kmap.o pgtable.o tlbflush_$(BITS).o

obj-y += $(mmu-y)
obj-$(CONFIG_DEBUG_FS) += asids-debugfs.o
Expand Down
File renamed without changes.
47 changes: 0 additions & 47 deletions arch/sh/mm/ioremap_64.c

This file was deleted.

0 comments on commit 0b59e38

Please sign in to comment.