K 10 svn:author V 6 marcel K 8 svn:date V 27 2013-10-31T23:06:04.949150Z K 7 svn:log V 368 Purge the translation cache of APs before we unleash them. To that end, make pmap_invalidate_all() global and have it only handle the local CPU -- i.e. no rendezvous. We do not use pmap_invalidate_all other than during initialization. Note that the BSP already purges its TC -- it was missing for APs only. Nonetheless, this so far seems to eliminate random problems. END