Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136857
b: refs/heads/master
c: bf33a70
h: refs/heads/master
i:
  136855: 9f58e56
v: v3
  • Loading branch information
James Bottomley authored and Ingo Molnar committed Feb 13, 2009
1 parent a6317db commit 5df983e
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: beb6943d8df7ce9278282101af4e0f6f7b648451
refs/heads/master: bf33a70a73876b163d62612e9567cbac6604ba7e
2 changes: 1 addition & 1 deletion trunk/arch/x86/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static inline void *phys_to_virt(phys_addr_t address)
/*
* ISA I/O bus memory addresses are 1:1 with the physical address.
*/
#define isa_virt_to_bus virt_to_phys
#define isa_virt_to_bus (unsigned long)virt_to_phys
#define isa_page_to_bus page_to_phys
#define isa_bus_to_virt phys_to_virt

Expand Down

0 comments on commit 5df983e

Please sign in to comment.