ia64/xen-unstable
changeset 2080:978cf09b74ff
bitkeeper revision 1.1144.2.2 (41111834NpWIjSdTBKjh_Pcy3uUIcA)
Really allow a dom0 kernel to run as a domU.
Really allow a dom0 kernel to run as a domU.
author | cl349@freefall.cl.cam.ac.uk |
---|---|
date | Wed Aug 04 17:09:08 2004 +0000 (2004-08-04) |
parents | 75190e7c35ec |
children | 41708c9ea59d 126bcd4c8898 |
files | linux-2.6.7-xen-sparse/arch/xen/i386/kernel/setup.c |
line diff
1.1 --- a/linux-2.6.7-xen-sparse/arch/xen/i386/kernel/setup.c Wed Aug 04 17:05:13 2004 +0000 1.2 +++ b/linux-2.6.7-xen-sparse/arch/xen/i386/kernel/setup.c Wed Aug 04 17:09:08 2004 +0000 1.3 @@ -1245,6 +1245,9 @@ void __init setup_arch(char **cmdline_p) 1.4 /* disable VGA driver */ 1.5 ORIG_VIDEO_ISVGA = VIDEO_TYPE_VLFB; 1.6 #endif 1.7 +#if defined(CONFIG_DUMMY_CONSOLE) 1.8 + conswitchp = &dummy_con; 1.9 +#endif 1.10 } 1.11 } 1.12