diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/io_64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/io_64.h b/include/asm-x86/io_64.h index ee7a5c955962..f64a59cc396d 100644 --- a/include/asm-x86/io_64.h +++ b/include/asm-x86/io_64.h | |||
@@ -166,7 +166,7 @@ extern void __iomem *ioremap_cache(unsigned long offset, unsigned long size); | |||
166 | */ | 166 | */ |
167 | static inline void __iomem *ioremap(unsigned long offset, unsigned long size) | 167 | static inline void __iomem *ioremap(unsigned long offset, unsigned long size) |
168 | { | 168 | { |
169 | return ioremap_cache(offset, size); | 169 | return ioremap_nocache(offset, size); |
170 | } | 170 | } |
171 | 171 | ||
172 | extern void iounmap(volatile void __iomem *addr); | 172 | extern void iounmap(volatile void __iomem *addr); |