X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fmach-xen%2Fasm%2Fvga.h;fp=include%2Fasm-x86_64%2Fmach-xen%2Fasm%2Fvga.h;h=ffec7faaf54324e8d60809401e3d7674536052cf;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=14b820960061ab224fcdabcf73f57c2214f4f6c0;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/include/asm-x86_64/mach-xen/asm/vga.h b/include/asm-x86_64/mach-xen/asm/vga.h index 14b820960..ffec7faaf 100644 --- a/include/asm-x86_64/mach-xen/asm/vga.h +++ b/include/asm-x86_64/mach-xen/asm/vga.h @@ -12,7 +12,7 @@ * access the videoram directly without any black magic. */ -#define VGA_MAP_MEM(x) (unsigned long)isa_bus_to_virt(x) +#define VGA_MAP_MEM(x,s) (unsigned long)isa_bus_to_virt(x) #define vga_readb(x) (*(x)) #define vga_writeb(x,y) (*(y) = (x))