kern/71509: sched_pin ignored by sched_4bsd

Stephan Uphoff ups at tree.com
Sun Jul 3 00:36:57 GMT 2005


The following reply was made to PR kern/71509; it has been noted by GNATS.

From: Stephan Uphoff <ups at tree.com>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-bugs at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
 To unsubscribe, send any mail to "freebsd-bugs-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list