[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080520234202.GA17536@basil.nowhere.org>
Date: Wed, 21 May 2008 01:42:02 +0200
From: Andi Kleen <andi@...stfloor.org>
To: tglx@...utronix.de, linux-kernel@...r.kernel.org, mingo@...e.hu
Subject: [PATCH] Fix incorrect comment in io_apic_64.c
Fix incorrect comment in io_apic_64.c
No broadcasting happens.
Signed-off-by: Andi Kleen <ak@...ux.intel.com>
---
arch/x86/kernel/io_apic_64.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Index: linux/arch/x86/kernel/io_apic_64.c
===================================================================
--- linux.orig/arch/x86/kernel/io_apic_64.c
+++ linux/arch/x86/kernel/io_apic_64.c
@@ -911,8 +911,7 @@ static void __init setup_IO_APIC_irqs(vo
}
/*
- * Set up the 8259A-master output pin as broadcast to all
- * CPUs.
+ * Set up the 8259A-master output pin to point to CPU 0.
*/
static void __init setup_ExtINT_IRQ0_pin(unsigned int apic, unsigned int pin, int vector)
{
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists