aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>2008-01-30 13:30:30 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:30:30 +0100
commit52e3d90def24008c9b3435a1032d9a7f05766bce (patch)
treedb3d4e72d72824f4c86667f23fa3e2fc50be8633
parentx86 e820_64.c: make 2 functions static (diff)
downloadlinux-dev-52e3d90def24008c9b3435a1032d9a7f05766bce.tar.xz
linux-dev-52e3d90def24008c9b3435a1032d9a7f05766bce.zip
x86: io_apic_64.c: remove unused config check
CONFIG_IRQBALANCE doesn't exist on x86_64. Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r--arch/x86/kernel/io_apic_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/io_apic_64.c b/arch/x86/kernel/io_apic_64.c
index c6de7854ac63..3e471d0fb150 100644
--- a/arch/x86/kernel/io_apic_64.c
+++ b/arch/x86/kernel/io_apic_64.c
@@ -1439,7 +1439,7 @@ static void ack_apic_level(unsigned int irq)
int do_unmask_irq = 0;
irq_complete_move(irq);
-#if defined(CONFIG_GENERIC_PENDING_IRQ) || defined(CONFIG_IRQBALANCE)
+#ifdef CONFIG_GENERIC_PENDING_IRQ
/* If we are moving the irq we need to mask it */
if (unlikely(irq_desc[irq].status & IRQ_MOVE_PENDING)) {
do_unmask_irq = 1;