x86: remove ioapic_force
no user left. Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -1813,7 +1813,6 @@ static int __init apic_set_verbosity(char *arg)
|
|||||||
if (!arg) {
|
if (!arg) {
|
||||||
#ifdef CONFIG_X86_64
|
#ifdef CONFIG_X86_64
|
||||||
skip_ioapic_setup = 0;
|
skip_ioapic_setup = 0;
|
||||||
ioapic_force = 1;
|
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
#endif
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
@@ -63,8 +63,6 @@
|
|||||||
|
|
||||||
#define __apicdebuginit(type) static type __init
|
#define __apicdebuginit(type) static type __init
|
||||||
|
|
||||||
int ioapic_force;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Is the SiS APIC rmw bug present ?
|
* Is the SiS APIC rmw bug present ?
|
||||||
* -1 = don't know, 0 = no, 1 = yes
|
* -1 = don't know, 0 = no, 1 = yes
|
||||||
|
@@ -40,8 +40,6 @@ extern void generic_apic_probe(void);
|
|||||||
extern unsigned int apic_verbosity;
|
extern unsigned int apic_verbosity;
|
||||||
extern int local_apic_timer_c2_ok;
|
extern int local_apic_timer_c2_ok;
|
||||||
|
|
||||||
extern int ioapic_force;
|
|
||||||
|
|
||||||
extern int disable_apic;
|
extern int disable_apic;
|
||||||
/*
|
/*
|
||||||
* Basic functions accessing APICs.
|
* Basic functions accessing APICs.
|
||||||
|
Reference in New Issue
Block a user