diff options
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/bugs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/bugs.h b/include/asm-x86/bugs.h index ae514c76a96f..dc604985f2ad 100644 --- a/include/asm-x86/bugs.h +++ b/include/asm-x86/bugs.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | extern void check_bugs(void); | 4 | extern void check_bugs(void); |
5 | 5 | ||
6 | #ifdef CONFIG_CPU_SUP_INTEL_32 | 6 | #if defined(CONFIG_CPU_SUP_INTEL) && defined(CONFIG_X86_32) |
7 | int ppro_with_ram_bug(void); | 7 | int ppro_with_ram_bug(void); |
8 | #else | 8 | #else |
9 | static inline int ppro_with_ram_bug(void) { return 0; } | 9 | static inline int ppro_with_ram_bug(void) { return 0; } |