projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e768223
)
microblaze: Add isa_dma_bridge_buggy to dma.h
author
Michal Simek
<monstr@monstr.eu>
Tue, 20 Apr 2010 17:02:13 +0000
(19:02 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Thu, 6 May 2010 09:21:58 +0000
(11:21 +0200)
It is necessary for several drivers.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/dma.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/include/asm/dma.h
b/arch/microblaze/include/asm/dma.h
index 08c073badf198f3296b384742b98a31a1ab9b408..0d73d0c6de37c275341f4a8c050fc75cf61019fa 100644
(file)
--- a/
arch/microblaze/include/asm/dma.h
+++ b/
arch/microblaze/include/asm/dma.h
@@
-18,4
+18,10
@@
#define MAX_DMA_ADDRESS (CONFIG_KERNEL_START + memory_size - 1)
#endif
+#ifdef CONFIG_PCI
+extern int isa_dma_bridge_buggy;
+#else
+#define isa_dma_bridge_buggy (0)
+#endif
+
#endif /* _ASM_MICROBLAZE_DMA_H */