davidxu 2006-12-13 09:26:02 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/kern kern_switch.c
Log:
Avoid preempting in maybe_preempt_in_ksegrp() as code in maybe_preempt()
did, mainly, if a thread is in inhibited state, don't preempt it since
it will yield cpu, while here, synchoronize variable name with
maybe_preempt().
Tested by: Dmitriy Kirhlarov <[EMAIL PROTECTED]>
PR: kern/105464
Revision Changes Path
1.116.2.2 +52 -30 src/sys/kern/kern_switch.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"