Module Name: src Committed By: rmind Date: Mon Jan 7 23:21:32 UTC 2013
Modified Files: src/sys/kern: kern_softint.c subr_pserialize.c Log Message: - softint_dispatch: perform pserialize(9) switchpoint when softintr processing finishes (without blocking). Problem reported by hannken@, thanks! - pserialize_read_enter: use splsoftserial(), not splsoftclock(). - pserialize_perform: add xcall(9) barrier as interrupts may be coalesced. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/kern/kern_softint.c cvs rdiff -u -r1.5 -r1.6 src/sys/kern/subr_pserialize.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.