[ARM] noMMU: block sys_fork in nommu mode
authorHyok S. Choi <hyok.choi@samsung.com>
Fri, 24 Feb 2006 21:37:50 +0000 (21:37 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 21 Mar 2006 22:03:19 +0000 (22:03 +0000)
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>

No differences found