This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / s390 / kernel / signal.c
index d5b6481..d32b2c4 100644 (file)
@@ -39,7 +39,6 @@ typedef struct
        __u8 callee_used_stack[__SIGNAL_FRAMESIZE];
        struct sigcontext sc;
        _sigregs sregs;
-       int signo;
        __u8 retcode[S390_SYSCALL_SIZE];
 } sigframe;
 
@@ -351,10 +350,6 @@ static void setup_frame(int sig, struct k_sigaction *ka,
           To avoid breaking binary compatibility, they are passed as args. */
        regs->gprs[4] = current->thread.trap_no;
        regs->gprs[5] = current->thread.prot_addr;
-
-       /* Place signal number on stack to allow backtrace from handler.  */
-       if (__put_user(regs->gprs[2], (int __user *) &frame->signo))
-               goto give_sigsegv;
        return;
 
 give_sigsegv: