commit | f24284adcdeae963aacf0c9b17979c875069cd80 | [log] [tgz] |
---|---|---|
author | Hyok S. Choi <hyok.choi@samsung.com> | Fri Feb 24 21:37:50 2006 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Mar 21 22:03:19 2006 +0000 |
tree | db9a2046ab764aac1028b73e6cec3645ae3b18e6 | |
parent | ec1248e70edc5cf7b485efcc7b41e44e10f422e5 [diff] |
[ARM] noMMU: block sys_fork in nommu mode The sys_fork is not supported in nommu mode. The other syscalls that is not supported in nommu mode are to be defined as cond_signal in kernel/sys_ni.c. Signed-off-by: Hyok S. Choi <hyok.choi@samsung.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>