CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/11 00:22:15
Modified files:
sys/sys : lock.h
Log message:
things that use sys/lock.h want lockmgr locks. things that use
machine/lock.h are architectures for their MD specific things.
sys/lock.h users dont want the MD bits, so dont have it include
machine/lock.h.
ok miod@
