[ARM] nommu: Initial uCLinux support for MMU-based CPUs
authorHyok S. Choi <hyok.choi@samsung.com>
Wed, 28 Jun 2006 13:10:01 +0000 (14:10 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 28 Jun 2006 16:59:56 +0000 (17:59 +0100)
In noMMU mode, various of functions which are defined in mm/proc-*.S
is not valid or needed to be avoided. i.g. switch_mm is not needed,
just returns and this makes the I & D caches are valid which shows
great improvement of performance including task switching and IPC.

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

No differences found