[ARM] nommu: remove fault-armv, mmap and mm-armv files from nommu build
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 24 Jun 2006 16:34:50 +0000 (17:34 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 28 Jun 2006 16:59:52 +0000 (17:59 +0100)
Remove fault-armv.o, mmap.o and mm-armv.o from uclinux builds - these
are concerned with MMU-ful operations, and as such are redundant for
uclinux.

Since this also removes iotable_init() and iotable_init() is used
extensively in the platform support files, just make it a no-op.

Based upon a couple of patches by Hyok.

Signed-off-by: Hyok S. Choi <hyok.choi@samsung.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found