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: Tue May 14 2013 - 16:58:09 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2013/05/14 15:58:09

Modified files:
        sys/arch/m88k/m88k: m8820x_machdep.c

Log message:
Declare the cmmu-related variables which are set early in the kernel life,
before pmap_bootstrap(), as located in .rodata. This will get them
write-protected after pmap has initialized, for free.