Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89047
b: refs/heads/master
c: 364fe5e
h: refs/heads/master
i:
  89045: 2721a8c
  89043: e19b66d
  89039: d8ce118
v: v3
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Apr 17, 2008
1 parent 89d723d commit 8d9e678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ac1a7b0eaa1db04143ab6132c6ce4489afbb8a18
refs/heads/master: 364fe5ef4725176324ec17f8dc3fd488d615b0de
4 changes: 2 additions & 2 deletions trunk/include/asm-x86/vga.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
* access the videoram directly without any black magic.
*/

#define VGA_MAP_MEM(x,s) (unsigned long)phys_to_virt(x)
#define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x)

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

#endif

0 comments on commit 8d9e678

Please sign in to comment.