Subject: Re: CVS commit: src/sys
To: None <rmind@NetBSD.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 07/13/2007 16:45:30
> > - workqueue_create without WQ_PERCPU should not bind the workqueue to
> > curcpu.
> OK. Just in future scheduler could migrate kthread to other CPU - would this
> be appropriate?

i'm not sure what you mean.
any scheduler should not automatically migrate an lwp which is
explicitly bound to a cpu.

YAMAMOTO Takashi