K 10 svn:author V 3 dfr K 8 svn:date V 27 2002-04-10T16:34:52.000000Z K 7 svn:log V 257 Initialise PCPU_GET(current_pmap) in pmap_bootstrap - cpu_switch needs to be sure that it is always correct and this was not true for the first call to cpu_switch. When thread0 resumed later, it ended up calling pmap_install with a null pmap, which is bad. END