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: Fri May 25 2007 - 11:22:11 CDT


CVSROOT: /cvs
Module name: src
Changes by: artcvs.openbsd.org 2007/05/25 10:22:11

Modified files:
        sys/arch/amd64/amd64: bus_space.c genassym.cf ipi.c ipifuncs.c
                              lapic.c pmap.c vector.S vm_machdep.c
        sys/arch/amd64/include: atomic.h i82489var.h intr.h pmap.h

Log message:
Change the old slow and complicated TLB shootdown code to new, fast and
simple. This is basically the same code as on i386 and basically the same
performance improvements.

This change also includes code to delay the freeing of ptps until they
have been properly shot.

in snaps for a week, no problems reported.