[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] x86/64: Fix the build.
# HG changeset patch # User Keir Fraser <keir@xxxxxxxxxxxxx> # Date 1192190776 -3600 # Node ID 1c4203730ff673fc440f9d202e25a5a45a429aba # Parent a330276d8c9095cbf9a39e21d945ab1cc32b7a5c x86/64: Fix the build. Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx> --- xen/drivers/video/vesa.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r a330276d8c90 -r 1c4203730ff6 xen/drivers/video/vesa.c --- a/xen/drivers/video/vesa.c Fri Oct 12 13:06:02 2007 +0100 +++ b/xen/drivers/video/vesa.c Fri Oct 12 13:06:16 2007 +0100 @@ -46,7 +46,7 @@ void __init vesa_early_init(void) { unsigned int vram_vmode; - vga_compat = !(vesa_lfb_info.capabilities & 2); + vga_compat = !(vga_console_info.u.vesa_lfb.gbl_caps & 2); if ( (vlfb_info.bits_per_pixel < 8) || (vlfb_info.bits_per_pixel > 32) ) return; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |