X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-m68k%2Fuser.h;h=f1f478d6e050d1f11e730c92a9663993e4304337;hb=f0f1b3364ae7f48084bdf2837fb979ff59622523;hp=d7c0b109bd457c55d2baeb80132a1bad6b8f9ff6;hpb=428929a234d2c4b8a6d0145d0dcf687fcfa27325;p=linux-2.6 diff --git a/include/asm-m68k/user.h b/include/asm-m68k/user.h index d7c0b109bd..f1f478d6e0 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 */