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 17:07:40
> yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
> > i'm not sure what you mean.
> > any scheduler should not automatically migrate an lwp which is
> > explicitly bound to a cpu.
> 
> Yes, if LW_BOUND is set. But as I understand, you want to pass NULL for
> kthread_create() instead of curcpu(). In such case kthread will not be
> bounded.

yes.

do you think it could be a problem?  why?

YAMAMOTO Takashi