[ARM] Split ARM MM initialisation for !mmu

Move the MMU specific code from init.c into mmu.c, and add nommu
fixups to nommu.c

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King
2006-09-27 15:27:33 +01:00
committed by Russell King
parent 456335e207
commit d111e8f964
5 changed files with 274 additions and 206 deletions

View File

@@ -6,7 +6,7 @@ obj-y := consistent.o extable.o fault.o init.o \
iomap.o
obj-$(CONFIG_MMU) += fault-armv.o flush.o ioremap.o mmap.o \
mm-armv.o
mm-armv.o mmu.o
ifneq ($(CONFIG_MMU),y)
obj-y += nommu.o