Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   ad
Date:           Sat Dec 13 21:13:30 UTC 2008

Modified Files:
        src/sys/kern: kern_softint.c
        src/sys/sys: intr.h

Log Message:
softint_disestablish: the soft interrupt could still be running on a CPU
somewhere in the system. If it is, wait for it to complete before tearing
it down. The caller commits to not trigger the interrupt again once
disestablish is set in motion.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/kern/kern_softint.c
cvs rdiff -r1.7 -r1.8 src/sys/sys/intr.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index