X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-m68k%2Fuser.h;h=f1f478d6e050d1f11e730c92a9663993e4304337;hb=ddb4a9dd6af72cc2c57a82d54d104d53c86384c2;hp=d7c0b109bd457c55d2baeb80132a1bad6b8f9ff6;hpb=5e7c4ea83efa9d6269bcbf17611f83aeef71c096;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-m68k/user.h b/include/asm-m68k/user.h index d7c0b109bd4..f1f478d6e05 100644 --- a/include/asm-m68k/user.h +++ b/include/asm-m68k/user.h @@ -1,8 +1,6 @@ #ifndef _M68K_USER_H #define _M68K_USER_H -#include - /* Core file format: The core file is written in such a way that gdb can understand it and provide useful information to the user (under linux we use the 'trad-core' bfd). There are quite a number of @@ -74,8 +72,7 @@ struct user{ esp register. */ long int signal; /* Signal that caused the core dump. */ int reserved; /* No longer used */ - 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. */ struct user_m68kfp_struct* u_fpstate; /* Math Co-processor pointer. */ unsigned long magic; /* To uniquely identify a core file */