diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2005-11-28 20:18:43 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2005-11-28 20:18:43 +0000 |
| commit | d6ef938e56f1afab88385e8125d960fd7b7dbbda (patch) | |
| tree | 672c338e34500c45b3edaa146ccbfda1db3eb6d4 /sys/i386 | |
| parent | ef627e7da0038add87cd0430082e3fffc3d9b21e (diff) | |
Notes
Diffstat (limited to 'sys/i386')
| -rw-r--r-- | sys/i386/i386/intr_machdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/i386/intr_machdep.c b/sys/i386/i386/intr_machdep.c index 6df26a28db98f..fc360f1565e56 100644 --- a/sys/i386/i386/intr_machdep.c +++ b/sys/i386/i386/intr_machdep.c @@ -190,6 +190,7 @@ intr_execute_handlers(struct intsrc *isrc, struct intrframe *iframe) log(LOG_CRIT, "too many stray irq %d's: not logging anymore\n", vector); + return; } /* |
