diff options
Diffstat (limited to 'include/asm-sparc/io_64.h')
-rw-r--r-- | include/asm-sparc/io_64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc/io_64.h b/include/asm-sparc/io_64.h index f4907414b39..0bff078ffdd 100644 --- a/include/asm-sparc/io_64.h +++ b/include/asm-sparc/io_64.h @@ -16,7 +16,6 @@ /* BIO layer definitions. */ extern unsigned long kern_base, kern_size; #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) -#define BIO_VMERGE_BOUNDARY 8192 static inline u8 _inb(unsigned long addr) { @@ -461,6 +460,7 @@ static inline void __iomem *ioremap(unsigned long offset, unsigned long size) } #define ioremap_nocache(X,Y) ioremap((X),(Y)) +#define ioremap_wc(X,Y) ioremap((X),(Y)) static inline void iounmap(volatile void __iomem *addr) { |