diff options
Diffstat (limited to 'arch/x86/include/asm/boot.h')
-rw-r--r-- | arch/x86/include/asm/boot.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/boot.h b/arch/x86/include/asm/boot.h index 1d63bd5d5946..dd61616cb73d 100644 --- a/arch/x86/include/asm/boot.h +++ b/arch/x86/include/asm/boot.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef ASM_X86__BOOT_H | 1 | #ifndef _ASM_X86_BOOT_H |
2 | #define ASM_X86__BOOT_H | 2 | #define _ASM_X86_BOOT_H |
3 | 3 | ||
4 | /* Don't touch these, unless you really know what you're doing. */ | 4 | /* Don't touch these, unless you really know what you're doing. */ |
5 | #define DEF_SYSSEG 0x1000 | 5 | #define DEF_SYSSEG 0x1000 |
@@ -23,4 +23,4 @@ | |||
23 | #define BOOT_STACK_SIZE 0x1000 | 23 | #define BOOT_STACK_SIZE 0x1000 |
24 | #endif | 24 | #endif |
25 | 25 | ||
26 | #endif /* ASM_X86__BOOT_H */ | 26 | #endif /* _ASM_X86_BOOT_H */ |