X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-m68k%2Fuser.h;h=d7c0b109bd457c55d2baeb80132a1bad6b8f9ff6;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=7ba0f8f1e246071d9bf2436f455f5597c5782638;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/asm-m68k/user.h b/include/asm-m68k/user.h index 7ba0f8f1e..d7c0b109b 100644 --- a/include/asm-m68k/user.h +++ b/include/asm-m68k/user.h @@ -51,7 +51,7 @@ struct user_regs_struct { short __fill; }; - + /* When the kernel dumps core, it starts by dumping the user struct - this will be used by gdb to figure out where the data and stack segments are within the file, and what virtual addresses to use. */ @@ -72,7 +72,7 @@ struct user{ This is actually the bottom of the stack, the top of the stack is always found in the esp register. */ - long int signal; /* Signal that caused the core dump. */ + 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 */ @@ -81,7 +81,7 @@ struct user{ unsigned long magic; /* To uniquely identify a core file */ char u_comm[32]; /* User command that was responsible */ }; -#define NBPG PAGE_SIZE +#define NBPG 4096 #define UPAGES 1 #define HOST_TEXT_START_ADDR (u.start_code) #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)