diff options
Diffstat (limited to 'device/intr.c')
-rw-r--r-- | device/intr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/intr.c b/device/intr.c index 0ba008c8..27dfa8ec 100644 --- a/device/intr.c +++ b/device/intr.c @@ -215,7 +215,7 @@ install_user_intr_handler (struct irqdev *dev, int id, unsigned long flags, /* Don't allow overriding hardclock/kdintr etc */ if ((ivect[irq] != user_irq_handler) && (ivect[irq] != intnull)) { - printf("You can't have this interrupt\n"); + printf("You can't have this interrupt %d:%d\n", id, irq); return D_ALREADY_OPEN; } |