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: Ted Unangst (teducvs.openbsd.org)
Date: Wed May 01 2013 - 22:17:13 CDT


CVSROOT: /cvs
Module name: src
Changes by: teducvs.openbsd.org 2013/05/01 21:17:13

Modified files:
        sys/arch/arm/arm: pmap.c

Log message:
remove static from a simple lock to avoid a compiler warning/error that
shows up due to the lock.h simplification. noticed by patrick.
stealing his commit because the tree should at least compile while we
debate the future of simplelocks.