kernel/arch/ia64/include/asm/vga.h
.. .. @@ -18,7 +18,7 @@ 18 18 extern unsigned long vga_console_iobase; 19 19 extern unsigned long vga_console_membase; 20 20 21 -#define VGA_MAP_MEM(x,s) ((unsigned long) ioremap_nocache(vga_console_membase + (x), s))21 +#define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(vga_console_membase + (x), s))22 22 23 23 #define vga_readb(x) (*(x)) 24 24 #define vga_writeb(x,y) (*(y) = (x))