diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-09-09 19:40:37 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-10 02:21:05 -0400 |
commit | 879d792b66d633bbe466974f61d1acc9aa8c78eb (patch) | |
tree | 4e1367fcde52da73daa6558606ce34aa39547e9d /include/asm-x86/bugs.h | |
parent | 58602c1681bdfa1a0deaa5574b8a72d6e30c0e97 (diff) |
x86: let intel 64-bit use intel.c
now that arch/x86/kernel/cpu/intel_64.c and
arch/x86/kernel/cpu/intel.c are equal, drop
arch/x86/kernel/cpu/intel_64.c and fix up
the glue.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/bugs.h')
-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; } |