diff options
Diffstat (limited to 'arch/x86/kernel')
| -rw-r--r-- | arch/x86/kernel/cpu/bugs.c | 2 | ||||
| -rw-r--r-- | arch/x86/kernel/mrst.c | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/bugs.c b/arch/x86/kernel/cpu/bugs.c index 01a265212395..c39576cb3018 100644 --- a/arch/x86/kernel/cpu/bugs.c +++ b/arch/x86/kernel/cpu/bugs.c | |||
| @@ -86,7 +86,7 @@ static void __init check_fpu(void) | |||
| 86 | 86 | ||
| 87 | static void __init check_hlt(void) | 87 | static void __init check_hlt(void) |
| 88 | { | 88 | { |
| 89 | if (paravirt_enabled()) | 89 | if (boot_cpu_data.x86 >= 5 || paravirt_enabled()) |
| 90 | return; | 90 | return; |
| 91 | 91 | ||
| 92 | printk(KERN_INFO "Checking 'hlt' instruction... "); | 92 | printk(KERN_INFO "Checking 'hlt' instruction... "); |
diff --git a/arch/x86/kernel/mrst.c b/arch/x86/kernel/mrst.c index 0aad8670858e..e796448f0eb5 100644 --- a/arch/x86/kernel/mrst.c +++ b/arch/x86/kernel/mrst.c | |||
| @@ -237,4 +237,9 @@ void __init x86_mrst_early_setup(void) | |||
| 237 | x86_init.pci.fixup_irqs = x86_init_noop; | 237 | x86_init.pci.fixup_irqs = x86_init_noop; |
| 238 | 238 | ||
| 239 | legacy_pic = &null_legacy_pic; | 239 | legacy_pic = &null_legacy_pic; |
| 240 | |||
| 241 | /* Avoid searching for BIOS MP tables */ | ||
| 242 | x86_init.mpparse.find_smp_config = x86_init_noop; | ||
| 243 | x86_init.mpparse.get_smp_config = x86_init_uint_noop; | ||
| 244 | |||
| 240 | } | 245 | } |
