projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06a73c9
)
x86/64: Fix the build.
author
Keir Fraser
<keir@xensource.com>
Fri, 12 Oct 2007 12:06:16 +0000
(13:06 +0100)
committer
Keir Fraser
<keir@xensource.com>
Fri, 12 Oct 2007 12:06:16 +0000
(13:06 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/drivers/video/vesa.c
patch
|
blob
|
history
diff --git
a/xen/drivers/video/vesa.c
b/xen/drivers/video/vesa.c
index 04064f786d4dec18537ec81999ff75d989793bf3..d18476421c692922a4fc37d899a830d9f9136b5f 100644
(file)
--- 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 = !(v
esa_lfb_info.capabilitie
s & 2);
+ vga_compat = !(v
ga_console_info.u.vesa_lfb.gbl_cap
s & 2);
if ( (vlfb_info.bits_per_pixel < 8) || (vlfb_info.bits_per_pixel > 32) )
return;