Date: Wed, 21 Nov 2001 23:30:16 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Alfred Perlstein <bright@mu.org> Cc: Julian Elischer <julian@elischer.org>, arch@FreeBSD.ORG, Steve Kargl <sgk@troutmask.apl.washington.edu> Subject: Re: Kernel Thread scheduler Message-ID: <XFMail.011121233016.jhb@FreeBSD.org> In-Reply-To: <20011122012838.V13393@elvis.mu.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 22-Nov-01 Alfred Perlstein wrote: > * John Baldwin <jhb@FreeBSD.org> [011122 01:22] wrote: >> >> Perhaps if 'proc' is put under _KERNEL. Since proc embeds a kse, ksegroup, >> and thread, it can't very easily be defined w/o including those definitions. > >#if defined(_KERNEL) || defined(_REALLY_WANT_PROC) Yes, we already have _REALLY_WANT_PROC. It's called: #include <sys/proc.h> Unfortunately <sys/user.h> includes lots and lots of other garbage. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.011121233016.jhb>