Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25632
b: refs/heads/master
c: 2db8d99
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas authored and Tony Luck committed Apr 8, 2006
1 parent c51b14b commit 742bdc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cfab9d0e1da8e08a39759d0fc3bf5e40f0ac2d55
refs/heads/master: 2db8d99ffdbed7d2beb1bbdefdcd086dda9dee98
2 changes: 1 addition & 1 deletion trunk/include/asm-ia64/vga.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
extern unsigned long vga_console_iobase;
extern unsigned long vga_console_membase;

#define VGA_MAP_MEM(x) ((unsigned long) ioremap(vga_console_membase + (x), 0))
#define VGA_MAP_MEM(x) ((unsigned long) ioremap_nocache(vga_console_membase + (x), 0))

#define vga_readb(x) (*(x))
#define vga_writeb(x,y) (*(y) = (x))
Expand Down

0 comments on commit 742bdc8

Please sign in to comment.