]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/signal.c
introduce generic sys_sigaltstack(), switch x86 and um to it
[karo-tx-linux.git] / arch / x86 / kernel / signal.c
index 70b27ee6118e12c8411c7903e2254aeff44cd90e..16d065c23bafd49f24b26fabd18d5eb8417729e7 100644 (file)
@@ -602,13 +602,6 @@ sys_sigaction(int sig, const struct old_sigaction __user *act,
 }
 #endif /* CONFIG_X86_32 */
 
-long
-sys_sigaltstack(const stack_t __user *uss, stack_t __user *uoss,
-               struct pt_regs *regs)
-{
-       return do_sigaltstack(uss, uoss, regs->sp);
-}
-
 /*
  * Do a signal return; undo the signal stack.
  */