projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
013d23e
)
x86: io_apic_64.c: remove unused config check
author
Hiroshi Shimamoto
<
[email protected]
>
Wed, 30 Jan 2008 12:30:30 +0000
(13:30 +0100)
committer
Ingo Molnar
<
[email protected]
>
Wed, 30 Jan 2008 12:30:30 +0000
(13:30 +0100)
CONFIG_IRQBALANCE doesn't exist on x86_64.
Signed-off-by: Hiroshi Shimamoto <
[email protected]
>
Signed-off-by: Thomas Gleixner <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
Signed-off-by: Thomas Gleixner <
[email protected]
>
arch/x86/kernel/io_apic_64.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/io_apic_64.c
b/arch/x86/kernel/io_apic_64.c
index c6de7854ac634e503e05a511fbfb835d24cd2076..3e471d0fb150125117f412271cf4e0b3e3f58786 100644
(file)
--- 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)
+#if
def 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;