diff options
Diffstat (limited to 'arch/x86/include/asm/user_64.h')
-rw-r--r-- | arch/x86/include/asm/user_64.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/user_64.h b/arch/x86/include/asm/user_64.h index 38b5799863b4..faf2cd3e0d76 100644 --- a/arch/x86/include/asm/user_64.h +++ b/arch/x86/include/asm/user_64.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef ASM_X86__USER_64_H | 1 | #ifndef _ASM_X86_USER_64_H |
2 | #define ASM_X86__USER_64_H | 2 | #define _ASM_X86_USER_64_H |
3 | 3 | ||
4 | #include <asm/types.h> | 4 | #include <asm/types.h> |
5 | #include <asm/page.h> | 5 | #include <asm/page.h> |
@@ -134,4 +134,4 @@ struct user { | |||
134 | #define HOST_TEXT_START_ADDR (u.start_code) | 134 | #define HOST_TEXT_START_ADDR (u.start_code) |
135 | #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG) | 135 | #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG) |
136 | 136 | ||
137 | #endif /* ASM_X86__USER_64_H */ | 137 | #endif /* _ASM_X86_USER_64_H */ |