|
@@ -604,6 +604,9 @@ static void __init __get_smp_config(unsigned int early)
|
|
printk(KERN_INFO "Using ACPI for processor (LAPIC) "
|
|
printk(KERN_INFO "Using ACPI for processor (LAPIC) "
|
|
"configuration information\n");
|
|
"configuration information\n");
|
|
|
|
|
|
|
|
+ if (!mpf)
|
|
|
|
+ return;
|
|
|
|
+
|
|
printk(KERN_INFO "Intel MultiProcessor Specification v1.%d\n",
|
|
printk(KERN_INFO "Intel MultiProcessor Specification v1.%d\n",
|
|
mpf->mpf_specification);
|
|
mpf->mpf_specification);
|
|
#if defined(CONFIG_X86_LOCAL_APIC) && defined(CONFIG_X86_32)
|
|
#if defined(CONFIG_X86_LOCAL_APIC) && defined(CONFIG_X86_32)
|