aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-10-04 18:52:15 -0400
committerIngo Molnar <mingo@elte.hu>2008-10-16 10:53:13 -0400
commit4c66a73f0796dacc2ff0d4af75794ec843ceb3d1 (patch)
tree44528ed25f251976243336b3d9b45ed26925a175 /arch
parentfc8c2d763bacc02962048fa042e287debb1416aa (diff)
x86: sparse_irq: fix typo in debug print out
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/io_apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/io_apic.c b/arch/x86/kernel/io_apic.c
index 260c95a5e6dc..f959acbc0db2 100644
--- a/arch/x86/kernel/io_apic.c
+++ b/arch/x86/kernel/io_apic.c
@@ -257,7 +257,7 @@ static struct irq_cfg *irq_cfg_alloc(unsigned int irq)
257 panic("please boot with nr_irq_cfg= %d\n", count * 2); 257 panic("please boot with nr_irq_cfg= %d\n", count * 2);
258 258
259 phys = __pa(cfg); 259 phys = __pa(cfg);
260 printk(KERN_DEBUG "irq_irq ==> [%#lx - %#lx]\n", phys, phys + total_bytes); 260 printk(KERN_DEBUG "irq_cfg ==> [%#lx - %#lx]\n", phys, phys + total_bytes);
261 261
262 for (i = 0; i < nr_irq_cfg; i++) 262 for (i = 0; i < nr_irq_cfg; i++)
263 init_one_irq_cfg(&cfg[i]); 263 init_one_irq_cfg(&cfg[i]);