K 10 svn:author V 2 dg K 8 svn:date V 27 1996-04-24T05:58:06.000000Z K 7 svn:log V 547 Retrofitted much of the substance of the changes in -current, minus some of the optimizations. Most of this is a rewrite to get rid of the inline assembly. I've been seeing some very strange page table related panics on wcarchive with the old code; the current thinking on this is that the inline assembly in pmap_remove isn't getting along with the gcc code generator for some reason (possibly due to a bad or missing register constraint) and in any case the problems seem to disappear with the C (new) version of this code. Reviewed by: dyson END