Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190662
b: refs/heads/master
c: 113a591
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed May 6, 2010
1 parent 42a5987 commit 6fdf1ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e7682231092d1d1dd49bc590d6d3b7f0ddc07e74
refs/heads/master: 113a591a17de9e71b90631be89d3268c406b11c6
6 changes: 6 additions & 0 deletions trunk/arch/microblaze/include/asm/dma.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 6fdf1ce

Please sign in to comment.