Source-Changes archive

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

CVS commit: [netbsd-6] src/sys



Module Name:    src
Committed By:   riz
Date:           Fri Feb  8 19:32:08 UTC 2013

Modified Files:
        src/sys/kern [netbsd-6]: kern_softint.c subr_pserialize.c
        src/sys/rump/include/machine [netbsd-6]: intr.h

Log Message:
Pull up following revision(s) (requested by rmind in ticket #782):
        sys/rump/include/machine/intr.h: revision 1.19
        sys/kern/subr_pserialize.c: revision 1.6
        sys/kern/kern_softint.c: revision 1.39
- 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.
Provide splsoftserial.
GRRR RUMP


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.38.8.1 src/sys/kern/kern_softint.c
cvs rdiff -u -r1.5 -r1.5.2.1 src/sys/kern/subr_pserialize.c
cvs rdiff -u -r1.18 -r1.18.10.1 src/sys/rump/include/machine/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