commit | d090dddaba7c8da6401bb259340dce05ca32f564 | [log] [tgz] |
---|---|---|
author | Hyok S. Choi <hyok.choi@samsung.com> | Wed Jun 28 14:10:01 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jun 28 17:59:56 2006 +0100 |
tree | c35d9e22dc09d40144b4a672962269ff60c9ad07 | |
parent | a4f7e76367f7775ecf534a37b4623c83d9d7ba74 [diff] |
[ARM] nommu: Initial uCLinux support for MMU-based CPUs 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>