Hi Brian, On 13 January 2012 01:19, Cherry G. Mathew <che...@netbsd.org> wrote: > Module Name: src > Committed By: cherry > Date: Thu Jan 12 19:49:37 UTC 2012 > > Modified Files: > src/sys/arch/amd64/amd64: machdep.c > src/sys/arch/i386/i386: machdep.c > src/sys/arch/xen/x86: x86_xpmap.c > > Log Message: > relocate pte_lock initialisation to the earliest points after %fs is first > usable in the XEN bootpath > > > To generate a diff of this commit: > cvs rdiff -u -r1.173 -r1.174 src/sys/arch/amd64/amd64/machdep.c > cvs rdiff -u -r1.716 -r1.717 src/sys/arch/i386/i386/machdep.c > cvs rdiff -u -r1.37 -r1.38 src/sys/arch/xen/x86/x86_xpmap.c > > Please note that diffs are not public domain; they are subject to the > copyright notices on the relevant files. >
These should fix the crashes with LOCKDEBUG. Thanks for reporting them. -- ~Cherry