dect
/
linux-2.6
Archived
13
0
Fork 0

x86: Set pic_mode only if local apic code is present

This commit is contained in:
Alexey Starikovskiy 2008-05-23 01:54:44 +04:00 committed by Thomas Gleixner
parent bf62f3981c
commit b3e2416465
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ static void __init __get_smp_config(unsigned early)
printk(KERN_INFO "Intel MultiProcessor Specification v1.%d\n",
mpf->mpf_specification);
#ifdef CONFIG_X86_32
#if defined(CONFIG_X86_LOCAL_APIC) && defined(CONFIG_X86_32)
if (mpf->mpf_feature2 & (1 << 7)) {
printk(KERN_INFO " IMCR and PIC compatibility mode.\n");
pic_mode = 1;