CVSROOT: /cvs Module name: src Changes by: a...@cvs.openbsd.org 2009/05/28 03:05:33
Modified files: sys/arch/amd64/amd64: cpu.c genassym.cf lapic.c locore.S pmap.c vector.S vm_machdep.c sys/arch/amd64/include: cpu.h i82489var.h pmap.h Log message: Bring back the curpmap change. It was missing a reload of the pmap on curcpu when we were freeing a pmap. Tested and working for a few weeks now, but I was a bit too busy to commit it earlier.