Subject: Re: ktrace records now get lwp id
To: Jaromir Dolecek <jdolecek@netbsd.org>
From: Darren Reed <darrenr@reed.wattle.id.au>
List: current-users
Date: 06/29/2003 04:19:06
In some email I received from Jaromir Dolecek, sie wrote:
> Also, why exactly did you change all the files when the only place
> you need the lwp pointer are the ktrace routines, and you could
> just use curlwp there?

Because the current ktrace routines didn't use curproc to start with.

Now if they weren't using curproc then it doesn't seem like I should
have replace whatever 'proc *' was with curlwp.

Darren