From 07763c027a3f2f97d601bd8f84131504dfffde68 Mon Sep 17 00:00:00 2001 From: Suresh Siddha Date: Mon, 25 Jun 2007 15:31:37 -0700 Subject: [PATCH] --- yaml --- r: 58049 b: refs/heads/master c: c47e285dee9673087273fafcff06a44c58ed4efd h: refs/heads/master i: 58047: de7fad40e60a9de47897ea9a0194a622c530db76 v: v3 --- [refs] | 2 +- trunk/arch/x86_64/kernel/io_apic.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9fc1413a42dc..c88cd71d75e2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f436ab43614f105a4685c976a85a171bc112c802 +refs/heads/master: c47e285dee9673087273fafcff06a44c58ed4efd diff --git a/trunk/arch/x86_64/kernel/io_apic.c b/trunk/arch/x86_64/kernel/io_apic.c index d8bfe315471c..1c6c6f724573 100644 --- a/trunk/arch/x86_64/kernel/io_apic.c +++ b/trunk/arch/x86_64/kernel/io_apic.c @@ -1492,6 +1492,7 @@ static void ack_lapic_irq (unsigned int irq) static void end_lapic_irq (unsigned int i) { /* nothing */ } static struct hw_interrupt_type lapic_irq_type __read_mostly = { + .name = "local-APIC", .typename = "local-APIC-edge", .startup = NULL, /* startup_irq() not used for IRQ0 */ .shutdown = NULL, /* shutdown_irq() not used for IRQ0 */