Prev: hugetlb, rmap: add reverse mapping for hugepage
Next: [PATCH] percpu: fix a mismatch between code and comment
From: FUJITA Tomonori on 10 Aug 2010 22:20 No need to define ISA_DMA_THRESHOLD Signed-off-by: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> --- arch/tile/include/asm/scatterlist.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/tile/include/asm/scatterlist.h b/arch/tile/include/asm/scatterlist.h index c560424..ad8deec 100644 --- a/arch/tile/include/asm/scatterlist.h +++ b/arch/tile/include/asm/scatterlist.h @@ -15,8 +15,6 @@ #ifndef _ASM_TILE_SCATTERLIST_H #define _ASM_TILE_SCATTERLIST_H -#define ISA_DMA_THRESHOLD (~0UL) - #include <asm-generic/scatterlist.h> #endif /* _ASM_TILE_SCATTERLIST_H */ -- 1.6.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |