X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-s390%2Fuser.h;h=1b050e35fdc6f8448dada25aeb1790d16ee71f35;hb=28ffb5d3e0b563be5a9639c3a2b42f1a9430454f;hp=1dc74baf03c4c16027d1811bfd32bf4be00c21b9;hpb=364f6c717deef4a3ac4982e670fa9846b43cd060;p=linux-2.6 diff --git a/include/asm-s390/user.h b/include/asm-s390/user.h index 1dc74baf03..1b050e35fd 100644 --- a/include/asm-s390/user.h +++ b/include/asm-s390/user.h @@ -63,8 +63,7 @@ struct user { the top of the stack is always found in the esp register. */ long int signal; /* Signal that caused the core dump. */ - struct user_regs_struct *u_ar0; - /* Used by gdb to help find the values for */ + unsigned long u_ar0; /* Used by gdb to help find the values for */ /* the registers. */ unsigned long magic; /* To uniquely identify a core file */ char u_comm[32]; /* User command that was responsible */