aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/hpet.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/hpet.c')
-rw-r--r--arch/x86/kernel/hpet.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c
index 422c577ef691..2913913f4a46 100644
--- a/arch/x86/kernel/hpet.c
+++ b/arch/x86/kernel/hpet.c
@@ -467,6 +467,9 @@ static int hpet_setup_irq(struct hpet_dev *dev)
467 irq_set_affinity(dev->irq, cpumask_of_cpu(dev->cpu)); 467 irq_set_affinity(dev->irq, cpumask_of_cpu(dev->cpu));
468 enable_irq(dev->irq); 468 enable_irq(dev->irq);
469 469
470 printk(KERN_DEBUG "hpet: %s irq %d for MSI\n",
471 dev->name, dev->irq);
472
470 return 0; 473 return 0;
471} 474}
472 475