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: Miod Vallat (miodcvs.openbsd.org)
Date: Sun Apr 03 2005 - 05:36:12 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2005/04/03 04:36:12

Modified files:
        sys/arch/sparc/include: pmap.h
        sys/arch/sparc/sparc: pmap.c

Log message:
Simple performance improvements:
- inline empty pmap_deactivate() and pmap_collect().
- inline pmap_phys_address().
- provide a real pmap_kremove() implementation, rather than invoking
pmap_remove() on behalf of pmap_kernel().
- do not check for the MMU hole in pmap_prefer() for SUN4M-only kernels.