cvs commit: src/sys/kern kern_switch.c
Stephan Uphoff
ups at FreeBSD.org
Thu May 19 01:08:32 GMT 2005
ups 2005-05-19 01:08:30 UTC
FreeBSD src repository
Modified files:
sys/kern kern_switch.c
Log:
Fix a bug that caused preemption to happen for a thread in the same
ksegrp with the same priority as the currently running thread.
This can cause propagate_priority() to panic.
Pointy hat to: ups
Revision Changes Path
1.112 +2 -2 src/sys/kern/kern_switch.c
More information about the cvs-src
mailing list