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 Jun 07 2006 - 17:02:00 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2006/06/07 16:02:00

Modified files:
        sys/arch/hp300/hp300: machdep.c

Log message:
- when killing a process due to parity error, notify syslog.
- when checking for the parity error itself:
+ use pmap_kenter_pa() and pmap_kremove() for the temporary mapping.
+ reenable external cache before invoking pmap_kremove() [which can cause
a cache flush on some models].