diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-08-19 20:50:40 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-16 16:52:55 +0200 |
commit | aa45f97b1bb40adae1288669e73350907ffae85e (patch) | |
tree | 0c1fd792404b58dfccd36ad3714ca69f6ec654fc /arch/x86/kernel/io_apic_64.c | |
parent | f876d213a59c363d2492e399cc6c24edd6f3c368 (diff) | |
download | op-kernel-dev-aa45f97b1bb40adae1288669e73350907ffae85e.zip op-kernel-dev-aa45f97b1bb40adae1288669e73350907ffae85e.tar.gz |
x86: remove ioapic_force
no user left.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/io_apic_64.c')
-rw-r--r-- | arch/x86/kernel/io_apic_64.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/io_apic_64.c b/arch/x86/kernel/io_apic_64.c index 915af9b..b70fd82 100644 --- a/arch/x86/kernel/io_apic_64.c +++ b/arch/x86/kernel/io_apic_64.c @@ -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 |