Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/xen/i386
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.
Home |
Main Index |
Thread Index |
Old Index