K 10 svn:author V 3 das K 8 svn:date V 27 2004-09-19T18:34:17.000000Z K 7 svn:log V 320 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. END