diff options
Diffstat (limited to 'arch/x86/include/asm/system.h')
-rw-r--r-- | arch/x86/include/asm/system.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/system.h b/arch/x86/include/asm/system.h index b20c894660f9..2ed3f0f44ff7 100644 --- a/arch/x86/include/asm/system.h +++ b/arch/x86/include/asm/system.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef ASM_X86__SYSTEM_H | 1 | #ifndef _ASM_X86_SYSTEM_H |
2 | #define ASM_X86__SYSTEM_H | 2 | #define _ASM_X86_SYSTEM_H |
3 | 3 | ||
4 | #include <asm/asm.h> | 4 | #include <asm/asm.h> |
5 | #include <asm/segment.h> | 5 | #include <asm/segment.h> |
@@ -422,4 +422,4 @@ static inline void rdtsc_barrier(void) | |||
422 | alternative(ASM_NOP3, "lfence", X86_FEATURE_LFENCE_RDTSC); | 422 | alternative(ASM_NOP3, "lfence", X86_FEATURE_LFENCE_RDTSC); |
423 | } | 423 | } |
424 | 424 | ||
425 | #endif /* ASM_X86__SYSTEM_H */ | 425 | #endif /* _ASM_X86_SYSTEM_H */ |