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 ([EMAIL PROTECTED])
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message