|
@@ -140,7 +140,6 @@ int x2apic_mode;
|
|
#ifdef CONFIG_X86_X2APIC
|
|
#ifdef CONFIG_X86_X2APIC
|
|
/* x2apic enabled before OS handover */
|
|
/* x2apic enabled before OS handover */
|
|
static int x2apic_preenabled;
|
|
static int x2apic_preenabled;
|
|
-static int disable_x2apic;
|
|
|
|
static __init int setup_nox2apic(char *str)
|
|
static __init int setup_nox2apic(char *str)
|
|
{
|
|
{
|
|
if (x2apic_enabled()) {
|
|
if (x2apic_enabled()) {
|
|
@@ -149,7 +148,6 @@ static __init int setup_nox2apic(char *str)
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
- disable_x2apic = 1;
|
|
|
|
setup_clear_cpu_cap(X86_FEATURE_X2APIC);
|
|
setup_clear_cpu_cap(X86_FEATURE_X2APIC);
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|