CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2018/01/04 04:03:48
Modified files: sys/arch/alpha/include: mutex.h sys/arch/hppa/include: mutex.h sys/arch/i386/i386: genassym.cf sys/arch/i386/include: mutex.h sys/arch/m88k/include: mutex.h sys/arch/mips64/include: mutex.h Log message: Unify <machine/mutex.h> a bit further. Remove `mtx_lock' from i386, add volatile before `mtx_owner' where it was missing. Inputs from kettenis@, ok visa@