FreeBSD Bugzilla – Attachment 14924 Details for
Bug 27866
Fast interrupts handled via interrupt threads
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 540 bytes, created by
peter.jeremy
on 2001-06-04 01:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
peter.jeremy
Created:
2001-06-04 01:10:00 UTC
Size:
540 bytes
patch
obsolete
>Index: interrupt.c >=================================================================== >RCS file: /home/CVSROOT/src/sys/alpha/alpha/interrupt.c,v >retrieving revision 1.52 >diff -u -r1.52 interrupt.c >--- interrupt.c 2001/05/15 23:22:17 1.52 >+++ interrupt.c 2001/06/03 23:41:17 >@@ -434,7 +434,7 @@ > * that this means that any fast interrupt handler must be MP safe. > */ > ih = TAILQ_FIRST(&ithd->it_handlers); >- if ((ih->ih_flags & INTR_FAST) != 0) { >+ if ((ih->ih_flags & IH_FAST) != 0) { > ih->ih_handler(ih->ih_argument); > return; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27866
: 14924