Date: Wed, 13 Dec 2006 09:30:05 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-bugs@FreeBSD.org Subject: Re: kern/105464: commit references a PR Message-ID: <200612130930.kBD9U5AW095092@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/105464; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/105464: commit references a PR Date: Wed, 13 Dec 2006 09:27:34 +0000 (UTC) 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 <dimma@higis.ru> PR: kern/105464 Revision Changes Path 1.116.2.2 +52 -30 src/sys/kern/kern_switch.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612130930.kBD9U5AW095092>