]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: remove ioapic_force
authorYinghai Lu <yhlu.kernel@gmail.com>
Wed, 20 Aug 2008 03:50:40 +0000 (20:50 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 16 Oct 2008 14:52:55 +0000 (16:52 +0200)
no user left.

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic_64.c
arch/x86/kernel/io_apic_64.c
include/asm-x86/apic.h

index 4d7a188025b38d4884ba1a37b56378c8cb049113..cd860856a0b77a0491f4b2adda940ea43f9988c3 100644 (file)
@@ -1813,7 +1813,6 @@ static int __init apic_set_verbosity(char *arg)
        if (!arg)  {
 #ifdef CONFIG_X86_64
                skip_ioapic_setup = 0;
-               ioapic_force = 1;
                return 0;
 #endif
                return -EINVAL;
index 915af9b87aa45cb7c37db9292f47206c0ce00907..b70fd82321856bcc6e7bf8ae6b938ff12a9a29c3 100644 (file)
@@ -63,8 +63,6 @@
 
 #define __apicdebuginit(type) static type __init
 
-int ioapic_force;
-
 /*
  *      Is the SiS APIC rmw bug present ?
  *      -1 = don't know, 0 = no, 1 = yes
index d76a0839abe932c789738f0b0ec5b81c79f96b6c..2d970f6bc2a101f459b497d27d7ae7927614fc12 100644 (file)
@@ -40,8 +40,6 @@ extern void generic_apic_probe(void);
 extern unsigned int apic_verbosity;
 extern int local_apic_timer_c2_ok;
 
-extern int ioapic_force;
-
 extern int disable_apic;
 /*
  * Basic functions accessing APICs.