Date: Sat, 5 Jan 2002 01:38:47 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_smp.c Message-ID: <200201050938.g059cl181620@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2002/01/05 01:38:47 PST Modified files: sys/kern subr_smp.c Log: Fix forward_roundrobin(). It was mistakenly using the cpu number as though it was a mask. As a result, we sent AST IPI's to the wrong cpu and/or left out some. Spotted by: jake Revision Changes Path 1.162 +2 -2 src/sys/kern/subr_smp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201050938.g059cl181620>