CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2017/05/03 06:27:00
Modified files: sys/arch/sparc64/sparc64: pmap.c Log message: explicitly initialise the mutex in the kernel map. previously it was zeroed memory from a global, which kind of looks like a valid mutex, but we shouldnt rely on that. ok kettenis@