From: Keir Fraser Date: Fri, 12 Oct 2007 12:06:16 +0000 (+0100) Subject: x86/64: Fix the build. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14847^2~50 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4029f2451aed7b3d561eb5168f461cf50ac4196d;p=xen.git x86/64: Fix the build. Signed-off-by: Keir Fraser --- diff --git a/xen/drivers/video/vesa.c b/xen/drivers/video/vesa.c index 04064f786d..d18476421c 100644 --- a/xen/drivers/video/vesa.c +++ b/xen/drivers/video/vesa.c @@ -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;