diff options
Diffstat (limited to 'include/asm-x86/required-features.h')
-rw-r--r-- | include/asm-x86/required-features.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/required-features.h b/include/asm-x86/required-features.h index adec887dd7cd..d6822e099c57 100644 --- a/include/asm-x86/required-features.h +++ b/include/asm-x86/required-features.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef _ASM_REQUIRED_FEATURES_H | 1 | #ifndef ASM_X86__REQUIRED_FEATURES_H |
2 | #define _ASM_REQUIRED_FEATURES_H 1 | 2 | #define ASM_X86__REQUIRED_FEATURES_H |
3 | 3 | ||
4 | /* Define minimum CPUID feature set for kernel These bits are checked | 4 | /* Define minimum CPUID feature set for kernel These bits are checked |
5 | really early to actually display a visible error message before the | 5 | really early to actually display a visible error message before the |
@@ -73,4 +73,4 @@ | |||
73 | #define REQUIRED_MASK6 0 | 73 | #define REQUIRED_MASK6 0 |
74 | #define REQUIRED_MASK7 0 | 74 | #define REQUIRED_MASK7 0 |
75 | 75 | ||
76 | #endif | 76 | #endif /* ASM_X86__REQUIRED_FEATURES_H */ |