Module Name: src Committed By: mrg Date: Tue May 18 04:30:16 UTC 2010
Modified Files: src/sys/arch/sparc64/sparc64: cpu.c pmap.c Log Message: move the mutex_init() for ci_ctx_lock inside cpu_attach() so that we don't try to mutex_init() before lockdebug is available. fixes LOCKDEBUG crashes at startup (for USII systems.) To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/arch/sparc64/sparc64/cpu.c cvs rdiff -u -r1.263 -r1.264 src/sys/arch/sparc64/sparc64/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.