OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Michael Shalayeff (mickey_at_cvs.openbsd.org)
Date: Mon Oct 28 2002 - 14:49:16 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: mickeycvs.openbsd.org 2002/10/28 13:49:16

    Modified files:
            sys/arch/hppa/hppa: pmap.c
            sys/arch/hppa/include: pmap.h
            sys/arch/hppa : TODO

    Log message:
    do not use asm for accessing the page tables since they are mapped now.
    fix ptp accounting and move diagnostic check in pmap_destroy()
    into a DIAGNOSTIC and it has not caught a one problem so far.
    when random-allocating the space ids use linear rehashing instead
    of a full new random which produces a better cache locality.
    miod ok