X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-s390%2Fuser.h;h=1b050e35fdc6f8448dada25aeb1790d16ee71f35;hb=b2d75cddc83a349ef5633f609b9734b6b957f90f;hp=1dc74baf03c4c16027d1811bfd32bf4be00c21b9;hpb=2830077f7ae93ef2f7a312e3e489110963612e77;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-s390/user.h b/include/asm-s390/user.h index 1dc74baf03c..1b050e35fdc 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 */