From 6fdf1ce284325ae5b342f1e337fc1a283aef98fd Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 20 Apr 2010 19:02:13 +0200 Subject: [PATCH] --- yaml --- r: 190662 b: refs/heads/master c: 113a591a17de9e71b90631be89d3268c406b11c6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/microblaze/include/asm/dma.h | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index db04c7390ef6..57ab241d86ef 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e7682231092d1d1dd49bc590d6d3b7f0ddc07e74 +refs/heads/master: 113a591a17de9e71b90631be89d3268c406b11c6 diff --git a/trunk/arch/microblaze/include/asm/dma.h b/trunk/arch/microblaze/include/asm/dma.h index 08c073badf19..0d73d0c6de37 100644 --- a/trunk/arch/microblaze/include/asm/dma.h +++ b/trunk/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 */