diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/include/asm/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/io.h b/arch/x86/include/asm/io.h index e5a2ab44cd5c..4f8e820cf38f 100644 --- a/arch/x86/include/asm/io.h +++ b/arch/x86/include/asm/io.h | |||
@@ -125,7 +125,7 @@ static inline void *phys_to_virt(phys_addr_t address) | |||
125 | /* | 125 | /* |
126 | * ISA I/O bus memory addresses are 1:1 with the physical address. | 126 | * ISA I/O bus memory addresses are 1:1 with the physical address. |
127 | */ | 127 | */ |
128 | #define isa_virt_to_bus virt_to_phys | 128 | #define isa_virt_to_bus (unsigned long)virt_to_phys |
129 | #define isa_page_to_bus page_to_phys | 129 | #define isa_page_to_bus page_to_phys |
130 | #define isa_bus_to_virt phys_to_virt | 130 | #define isa_bus_to_virt phys_to_virt |
131 | 131 | ||