* - x86-io_apic_64c-remove-unused-config-check.patch removed from -mm tree
@ 2007-11-13 4:07 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2007-11-13 4:07 UTC (permalink / raw)
To: h-shimamoto, mm-commits
The patch titled
x86: io_apic_64.c: remove unused config check
has been removed from the -mm tree. Its filename was
x86-io_apic_64c-remove-unused-config-check.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: x86: io_apic_64.c: remove unused config check
From: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
CONFIG_IRQBALANCE doesn't exist on x86_64.
Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
arch/x86/kernel/io_apic_64.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN arch/x86/kernel/io_apic_64.c~x86-io_apic_64c-remove-unused-config-check arch/x86/kernel/io_apic_64.c
--- a/arch/x86/kernel/io_apic_64.c~x86-io_apic_64c-remove-unused-config-check
+++ a/arch/x86/kernel/io_apic_64.c
@@ -1436,7 +1436,7 @@ static void ack_apic_level(unsigned int
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;
_
Patches currently in -mm which might be from h-shimamoto@ct.jp.nec.com are
git-x86.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-13 4:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-13 4:07 - x86-io_apic_64c-remove-unused-config-check.patch removed from -mm tree akpm
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.