diff options
Diffstat (limited to 'device/intr.c')
-rw-r--r-- | device/intr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/device/intr.c b/device/intr.c index ac213ecf..01a382df 100644 --- a/device/intr.c +++ b/device/intr.c @@ -193,6 +193,8 @@ install_user_intr_handler (struct irqdev *dev, int id, unsigned long flags, struct intr_list *new, *old = *head; spl_t s; + flags |= SA_SHIRQ; + assert (irq < NINTR); /* Don't allow overriding hardclock/kdintr etc */ |