提交 ac2e7c92 编写于 作者: M Michal Simek

microblaze: Define empty mmiowb

mmiowb is required by any driver.
Signed-off-by: NMichal Simek <monstr@monstr.eu>
上级 4d24d7f7
......@@ -243,6 +243,8 @@ static inline void __iomem *__ioremap(phys_addr_t address, unsigned long size,
#define out_8(a, v) __raw_writeb((v), (a))
#define in_8(a) __raw_readb(a)
#define mmiowb()
#define ioport_map(port, nr) ((void __iomem *)(port))
#define ioport_unmap(addr)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册