Date: Mon, 23 Jul 2001 15:12:58 -0700 From: "David O'Brien" <obrien@freebsd.org> To: Julian Elischer <julian@elischer.org> Cc: current@freebsd.org Subject: Re: Progress report: KSEs. Message-ID: <20010723151258.A52202@dragon.nuxi.com> In-Reply-To: <3B5BD579.400FE65E@elischer.org>; from julian@elischer.org on Mon, Jul 23, 2001 at 12:42:49AM -0700 References: <3B5BD579.400FE65E@elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 23, 2001 at 12:42:49AM -0700, Julian Elischer wrote: > step 1: get proc structure broken up, with system still running: done (twice) Can you post your diff to the proc structure? ... > -random_ioctl(dev_t dev, u_long cmd, caddr_t addr, int flags, struct proc *p) > +random_ioctl(dev_t dev, u_long cmd, caddr_t addr, int flags, struct thread *td) This implies `struct thread' has replaced `struct proc'. (I could be wrong, but cannot be sure until you post the `struct proc' and related structure changes/additions) There is no `struct thread' in Jason's KSE paper. Why aren't you following the paper http://people.freebsd.org/~jasone/refs/freebsd_kse/freebsd_kse.html? -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010723151258.A52202>
