Skip to content

Commit

Permalink
microblaze: Microblaze wants sys_fork for noMMU too
Browse files Browse the repository at this point in the history
The patch "generic sys_fork / sys_vfork / sys_clone"
(sha1: d212504)
introduced generic sys_fork with implementation for noMMU
which returns EINVAL for noMMU.

and the patch "microblaze: switch to generic fork/vfork/clone"
(sha1: f3268ed)
enable sys_fork only for MMU which is causing compilation
failure on noMMU system.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Jan 3, 2013
1 parent d1c3ed6 commit ca073b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/microblaze/include/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@
#define __ARCH_WANT_SYS_RT_SIGSUSPEND
#define __ARCH_WANT_SYS_CLONE
#define __ARCH_WANT_SYS_VFORK
#ifdef CONFIG_MMU
#define __ARCH_WANT_SYS_FORK
#endif

/*
* "Conditional" syscalls
Expand Down

0 comments on commit ca073b4

Please sign in to comment.