microblaze: switch to generic fork/vfork/clone
[deliverable/linux.git] / arch / microblaze / kernel / syscall_table.S
index 6a2b294ef6dc29525c75735bd7c82f001e5900a8..ff6431e54680418b7e550417a747a2310b5ee4aa 100644 (file)
@@ -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 */
This page took 0.023631 seconds and 5 git commands to generate.