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: Wed Mar 04 2009 - 13:39:05 CST


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2009/03/04 12:39:05

Modified files:
        sys/arch/m88k/include: cpu.h pmap.h
        sys/arch/m88k/m88k: pmap.c

Log message:
Since 88110 processors can not flush individual TLB entries, instead of
flushing the whole TLB block every time a pte is modified, store a bitmask
of pending flushes and do them at pmap_update() time. 88100 behaviour is
unchanged.