- Cleanup some garbage left by KSE. There is still much garbage left to be

removed, see the 110 instances of "XXXKSE" in src/sys for examples.
This commit is contained in:
jeff 2003-12-21 13:47:42 +00:00
parent 696ff2b7c4
commit 0aa0f74740

View File

@ -532,10 +532,6 @@ struct proc {
struct plimit *p_limit; /* (c*) Process limits. */
struct vm_object *p_upages_obj; /* (a) Upages object. */
struct sigacts *p_sigacts; /* (x) Signal actions, state (CPU). */
/*struct ksegrp p_ksegrp;
struct kse p_kse; */
/*
* The following don't make too much sense..
* See the td_ or ke_ versions of the same flags