projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d24d7f
)
microblaze: Define empty mmiowb
author
Michal Simek
<monstr@monstr.eu>
Tue, 17 Aug 2010 09:48:36 +0000
(11:48 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Thu, 21 Oct 2010 05:51:39 +0000
(15:51 +1000)
mmiowb is required by any driver.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/io.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/include/asm/io.h
b/arch/microblaze/include/asm/io.h
index 00b5398d08c79336761eaaf9954d1c260597459a..eae32220f44782d089a6a5bd1d0ca687442f49de 100644
(file)
--- a/
arch/microblaze/include/asm/io.h
+++ b/
arch/microblaze/include/asm/io.h
@@
-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)