]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/kernel/entry-common.S
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
[karo-tx-linux.git] / arch / arm / kernel / entry-common.S
index 804153c0a9cf2050aadcf21007198100184b831d..a6c301e90a3b3fd6cc43508b73d3710244395164 100644 (file)
@@ -502,22 +502,6 @@ sys_syscall:
                b       sys_ni_syscall
 ENDPROC(sys_syscall)
 
-sys_fork_wrapper:
-               add     r0, sp, #S_OFF
-               b       sys_fork
-ENDPROC(sys_fork_wrapper)
-
-sys_vfork_wrapper:
-               add     r0, sp, #S_OFF
-               b       sys_vfork
-ENDPROC(sys_vfork_wrapper)
-
-sys_clone_wrapper:
-               add     ip, sp, #S_OFF
-               str     ip, [sp, #4]
-               b       sys_clone
-ENDPROC(sys_clone_wrapper)
-
 sys_sigreturn_wrapper:
                add     r0, sp, #S_OFF
                mov     why, #0         @ prevent syscall restart handling