David Schultz 8daa8c602a The zone from which proc structures are allocated is marked
UMA_ZONE_NOFREE to guarantee type stability, so proc_fini() should
never be called.  Move an assertion from proc_fini() to proc_dtor()
and garbage-collect the rest of the unreachable code.  I have retained
vm_proc_dispose(), since I consider its disuse a bug.
2004-09-19 18:34:17 +00:00
..
2004-08-10 14:42:48 +00:00
2004-09-01 19:58:37 +00:00
2004-06-17 17:16:53 +00:00
2004-09-07 07:32:40 +00:00