X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=arch%2Fmicroblaze%2Fkernel%2Fsyscall_table.S;h=ff6431e54680418b7e550417a747a2310b5ee4aa;hb=f3268edbe6fe0ce56e62c6d6b14640aeb04864b7;hp=6a2b294ef6dc29525c75735bd7c82f001e5900a8;hpb=a68f20ef80e62b3dfed3097ad57ec88550cdabe7;p=deliverable%2Flinux.git diff --git a/arch/microblaze/kernel/syscall_table.S b/arch/microblaze/kernel/syscall_table.S index 6a2b294ef6dc..ff6431e54680 100644 --- a/arch/microblaze/kernel/syscall_table.S +++ b/arch/microblaze/kernel/syscall_table.S @@ -2,11 +2,7 @@ ENTRY(sys_call_table) .long sys_restart_syscall /* 0 - old "setup()" system call, * used for restarting */ .long sys_exit -#ifdef CONFIG_MMU - .long sys_fork_wrapper -#else - .long sys_ni_syscall -#endif + .long sys_fork .long sys_read .long sys_write .long sys_open /* 5 */