Date: Sun, 3 Jul 2005 00:20:21 GMT From: Stephan Uphoff <ups@tree.com> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/71509: sched_pin ignored by sched_4bsd Message-ID: <200507030020.j630KLHo013965@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/71509; it has been noted by GNATS. From: Stephan Uphoff <ups@tree.com> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/71509: sched_pin ignored by sched_4bsd Date: Thu, 09 Sep 2004 12:46:55 -0400 sched_pin() is used by the i386 pmap to optimize TLB invalidation in SMP systems by limiting it to a single processor. Ignoring the thread pin count can cause a thread to migrate to another CPU where obsolete cached TLB entries may point to the wrong physical page. This could for example cause pmap_copy_page to copy to/from the wrong page. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507030020.j630KLHo013965>