]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix forward_roundrobin(). It was mistakenly using the cpu number as
authorpeter <peter@FreeBSD.org>
Sat, 5 Jan 2002 09:38:47 +0000 (09:38 +0000)
committerpeter <peter@FreeBSD.org>
Sat, 5 Jan 2002 09:38:47 +0000 (09:38 +0000)
commit5e902a48f6ffa366d3573e7e7b3c571d7f384c9b
tree2869b61673054a14c50f42ca3755b21e38860d10
parentd0a39cc230c0913e147d6d457395dacacde596b3
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
sys/kern/subr_smp.c