diff options
| -rw-r--r-- | include/asm-ia64/vga.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ia64/vga.h b/include/asm-ia64/vga.h index bc3349ffc505..091177cda223 100644 --- a/include/asm-ia64/vga.h +++ b/include/asm-ia64/vga.h | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | extern unsigned long vga_console_iobase; | 17 | extern unsigned long vga_console_iobase; |
| 18 | extern unsigned long vga_console_membase; | 18 | extern unsigned long vga_console_membase; |
| 19 | 19 | ||
| 20 | #define VGA_MAP_MEM(x) ((unsigned long) ioremap(vga_console_membase + (x), 0)) | 20 | #define VGA_MAP_MEM(x) ((unsigned long) ioremap_nocache(vga_console_membase + (x), 0)) |
| 21 | 21 | ||
| 22 | #define vga_readb(x) (*(x)) | 22 | #define vga_readb(x) (*(x)) |
| 23 | #define vga_writeb(x,y) (*(y) = (x)) | 23 | #define vga_writeb(x,y) (*(y) = (x)) |
