Applied MINIX 2.0.4 pathes provides by Al Woodhull.

This commit is contained in:
Jorrit Herder
2005-06-17 13:00:04 +00:00
parent 330d7eba56
commit 7279bb68ef
34 changed files with 2790 additions and 56 deletions

View File

@@ -296,7 +296,7 @@ irq_hook_t *hook;
/* Build notification message and return. */
m.NOTIFY_TYPE = HARD_INT;
m.NOTIFY_ARG = hook->irq;
int_notify(hook->proc_nr, &m);
lock_notify(hook->proc_nr, &m);
return(hook->policy & IRQ_REENABLE);
}