This website requires JavaScript.
Explore
Help
Sign in
adulau
/
aha
Watch
1
Star
0
Fork
You've already forked aha
0
mirror of
https://github.com/adulau/aha.git
synced
2025-01-01 13:46:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5de2344630
aha
/
arch
/
microblaze
/
include
/
asm
/
dma-mapping.h
2 lines
44 B
C
Raw
Normal View
History
Unescape
Escape
microblaze: use generic dma-mapping-broken.h Microblaze does not support the Linux DMA mapping API at this point, so disable CONFIG_NO_DMA. This lets us use the generic dma-mapping-broken.h implementation instead of providing a different copy. Any drivers that try to use DMA mapping now get omitted from Kconfig or produce a link error, rather than failing silently at run time. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michal Simek <monstr@monstr.eu>
2009-04-27 15:38:25 +00:00
#
include
<asm-generic/dma-mapping-broken.h>
Reference in a new issue
Copy permalink