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: Mon Dec 3 17:15:00 UTC 2007
Modified Files:
src/sys/kern: kern_lwp.c kern_softint.c kern_synch.c
src/sys/sys: intr.h lwp.h sched.h
Log Message:
For the slow path soft interrupts, arrange to have the priority of a
borrowed user LWP raised into the 'kernel RT' range if the LWP sleeps
(which is unlikely).
To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 src/sys/kern/kern_lwp.c
cvs rdiff -r1.5 -r1.6 src/sys/kern/kern_softint.c
cvs rdiff -r1.209 -r1.210 src/sys/kern/kern_synch.c
cvs rdiff -r1.5 -r1.6 src/sys/sys/intr.h
cvs rdiff -r1.70 -r1.71 src/sys/sys/lwp.h
cvs rdiff -r1.42 -r1.43 src/sys/sys/sched.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