aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/video
diff options
context:
space:
mode:
authorKeir Fraser <keir@xensource.com>2007-10-12 13:06:16 +0100
committerKeir Fraser <keir@xensource.com>2007-10-12 13:06:16 +0100
commit4029f2451aed7b3d561eb5168f461cf50ac4196d (patch)
tree2231c1715b765886fadb461c1c180cc2ad90875a /xen/drivers/video
parent06a73c9f9380bba455cbf1a5502b902d01a5dc3f (diff)
downloadxen-4029f2451aed7b3d561eb5168f461cf50ac4196d.tar.gz
xen-4029f2451aed7b3d561eb5168f461cf50ac4196d.tar.bz2
xen-4029f2451aed7b3d561eb5168f461cf50ac4196d.zip
x86/64: Fix the build.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/drivers/video')
-rw-r--r--xen/drivers/video/vesa.c2
1 files changed, 1 insertions, 1 deletions
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;