CVSROOT: /cvs Module name: src Changes by: t...@cvs.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.