Subject: Re: p_flag in struct proc: int -> uint64_t
To: matthew green <mrg@eterna.com.au>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 10/08/2006 20:33:01
On Oct 8, 2006, at 6:53 PM, matthew green wrote:

> i agree.  we should move away from link sets even tho they are really
> quite handy...

I am ok with keeping them around for kernel-private stuff, i.e. things  
that will never be able to load as an LKM.  But eventually, I'd like  
the "load as LKM" and "statically compiled into the kernel" code paths  
to be identical, including the invocation of init and fini routines.

-- thorpej