diff options
Diffstat (limited to 'include/asm-avr32/user.h')
-rw-r--r-- | include/asm-avr32/user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-avr32/user.h b/include/asm-avr32/user.h index 060fb3acee49..7e9152f81f5e 100644 --- a/include/asm-avr32/user.h +++ b/include/asm-avr32/user.h | |||
@@ -51,7 +51,7 @@ struct user { | |||
51 | unsigned long start_data; /* data starting address */ | 51 | unsigned long start_data; /* data starting address */ |
52 | unsigned long start_stack; /* stack starting address */ | 52 | unsigned long start_stack; /* stack starting address */ |
53 | long int signal; /* signal causing core dump */ | 53 | long int signal; /* signal causing core dump */ |
54 | struct regs * u_ar0; /* help gdb find registers */ | 54 | unsigned long u_ar0; /* help gdb find registers */ |
55 | unsigned long magic; /* identifies a core file */ | 55 | unsigned long magic; /* identifies a core file */ |
56 | char u_comm[32]; /* user command name */ | 56 | char u_comm[32]; /* user command name */ |
57 | }; | 57 | }; |