|
@@ -67,6 +67,7 @@ static inline void __iomem *ioremap(unsigned long offset, unsigned long size)
|
|
|
|
|
|
extern void iounmap(volatile void __iomem *addr);
|
|
extern void iounmap(volatile void __iomem *addr);
|
|
#define ioremap_nocache(off,size) ioremap(off,size)
|
|
#define ioremap_nocache(off,size) ioremap(off,size)
|
|
|
|
+#define ioremap_wc ioremap_nocache
|
|
|
|
|
|
/*
|
|
/*
|
|
* IO bus memory addresses are also 1:1 with the physical address
|
|
* IO bus memory addresses are also 1:1 with the physical address
|