diff options
Diffstat (limited to 'arch/frv')
-rw-r--r-- | arch/frv/include/asm/io.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/frv/include/asm/io.h b/arch/frv/include/asm/io.h index 8cb50a2fbcb2..99bb7efaf9b7 100644 --- a/arch/frv/include/asm/io.h +++ b/arch/frv/include/asm/io.h | |||
@@ -243,6 +243,9 @@ static inline void writel(uint32_t datum, volatile void __iomem *addr) | |||
243 | __flush_PCI_writes(); | 243 | __flush_PCI_writes(); |
244 | } | 244 | } |
245 | 245 | ||
246 | #define writeb_relaxed writeb | ||
247 | #define writew_relaxed writew | ||
248 | #define writel_relaxed writel | ||
246 | 249 | ||
247 | /* Values for nocacheflag and cmode */ | 250 | /* Values for nocacheflag and cmode */ |
248 | #define IOMAP_FULL_CACHING 0 | 251 | #define IOMAP_FULL_CACHING 0 |