Subject: CVS commit: src/sys/arch/xen/i386
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 09/24/2007 18:34:02
Module Name:	src
Committed By:	bouyer
Date:		Mon Sep 24 18:34:02 UTC 2007

Modified Files:
	src/sys/arch/xen/i386: machdep.c

Log Message:
%fs has to be initialized before mutexes are used; consinit() may end up
calling mutex_enter(). So call initgdt() ASAP, and consinit() right after
initgdt().
Fix Dom0 crash reported by Mikolaj Golub and others when using the VGA
console.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/arch/xen/i386/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.