aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64
diff options
context:
space:
mode:
authorSuresh Siddha <suresh.b.siddha@intel.com>2007-06-25 18:31:37 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-06-26 19:54:29 -0400
commitc47e285dee9673087273fafcff06a44c58ed4efd (patch)
tree56462ae804dccaff8fb9bdbf856f3b79c057a82d /arch/x86_64
parentf436ab43614f105a4685c976a85a171bc112c802 (diff)
x86_64: set the irq_chip name for lapic
set the irq_chip name for lapic. Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/x86_64')
-rw-r--r--arch/x86_64/kernel/io_apic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/kernel/io_apic.c b/arch/x86_64/kernel/io_apic.c
index d8bfe315471c..1c6c6f724573 100644
--- a/arch/x86_64/kernel/io_apic.c
+++ b/arch/x86_64/kernel/io_apic.c
@@ -1492,6 +1492,7 @@ static void ack_lapic_irq (unsigned int irq)
1492static void end_lapic_irq (unsigned int i) { /* nothing */ } 1492static void end_lapic_irq (unsigned int i) { /* nothing */ }
1493 1493
1494static struct hw_interrupt_type lapic_irq_type __read_mostly = { 1494static struct hw_interrupt_type lapic_irq_type __read_mostly = {
1495 .name = "local-APIC",
1495 .typename = "local-APIC-edge", 1496 .typename = "local-APIC-edge",
1496 .startup = NULL, /* startup_irq() not used for IRQ0 */ 1497 .startup = NULL, /* startup_irq() not used for IRQ0 */
1497 .shutdown = NULL, /* shutdown_irq() not used for IRQ0 */ 1498 .shutdown = NULL, /* shutdown_irq() not used for IRQ0 */