Date: Mon, 20 Aug 2007 06:28:26 +0000 (UTC) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_cpu.c Message-ID: <200708200628.l7K6SRwL065235@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2007-08-20 06:28:26 UTC
FreeBSD src repository
Modified files:
sys/kern kern_cpu.c
Log:
Always call sched_bind(), even if on the CPU in question. It is wrong to
check if we're already on that cpu and skip the bind since the thread could
be migrated off in the meantime.
Suggested by: jeff
Approved by: re
Revision Changes Path
1.27 +15 -25 src/sys/kern/kern_cpu.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708200628.l7K6SRwL065235>
