K 10 svn:author V 6 cherry K 8 svn:date V 27 2013-12-08T11:13:37.511608Z K 7 svn:log V 473 - We don't support Process Context Identifiers (PCID) (the x86 version of ASIDs) yet. - You've got to flush that TLB when you've got to flush that TLB (as soon as the new user pmap has been loaded). - Do not destroy the pmap lock when a pmap is destroyed. The zone .init()/.fini() lock handling is leaky. - Remove stray #include These changes now enable fork(2) to succeed, and both parent and child to make progress. Next stop, exec(2) Approved by: gibbs(implicit) END