OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Artur Grabowski (artcvs.openbsd.org)
Date: Thu May 28 2009 - 04:05:33 CDT


CVSROOT: /cvs
Module name: src
Changes by: artcvs.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.