diff options
Diffstat (limited to 'arch/x86/include/asm/user_32.h')
-rw-r--r-- | arch/x86/include/asm/user_32.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/user_32.h b/arch/x86/include/asm/user_32.h index e0fe2f55f1a6..bebfd8644016 100644 --- a/arch/x86/include/asm/user_32.h +++ b/arch/x86/include/asm/user_32.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef ASM_X86__USER_32_H | 1 | #ifndef _ASM_X86_USER_32_H |
2 | #define ASM_X86__USER_32_H | 2 | #define _ASM_X86_USER_32_H |
3 | 3 | ||
4 | #include <asm/page.h> | 4 | #include <asm/page.h> |
5 | /* Core file format: The core file is written in such a way that gdb | 5 | /* Core file format: The core file is written in such a way that gdb |
@@ -128,4 +128,4 @@ struct user{ | |||
128 | #define HOST_TEXT_START_ADDR (u.start_code) | 128 | #define HOST_TEXT_START_ADDR (u.start_code) |
129 | #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG) | 129 | #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG) |
130 | 130 | ||
131 | #endif /* ASM_X86__USER_32_H */ | 131 | #endif /* _ASM_X86_USER_32_H */ |