summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/scatterlist.h
diff options
context:
space:
mode:
authorFUJITA Tomonori2010-05-31 08:59:04 +0200
committerJens Axboe2010-08-07 18:15:50 +0200
commit7e005f79791dcd58436c88ded4a7f5aed1b82147 (patch)
tree3dfed83c36d9627ceffdedd783d1d02dadb7d436 /arch/powerpc/include/asm/scatterlist.h
parentblock: kill ISA_DMA_THRESHOLD usage (diff)
downloadkernel-qcow2-linux-7e005f79791dcd58436c88ded4a7f5aed1b82147.tar.gz
kernel-qcow2-linux-7e005f79791dcd58436c88ded4a7f5aed1b82147.tar.xz
kernel-qcow2-linux-7e005f79791dcd58436c88ded4a7f5aed1b82147.zip
remove needless ISA_DMA_THRESHOLD
Architectures don't need to define ISA_DMA_THRESHOLD anymore. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Acked-by: James Bottomley <James.Bottomley@suse.de> Acked-by: David Howells <dhowells@redhat.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'arch/powerpc/include/asm/scatterlist.h')
-rw-r--r--arch/powerpc/include/asm/scatterlist.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/scatterlist.h b/arch/powerpc/include/asm/scatterlist.h
index 34cc78fd0ef4..de1f620bd5c9 100644
--- a/arch/powerpc/include/asm/scatterlist.h
+++ b/arch/powerpc/include/asm/scatterlist.h
@@ -12,9 +12,6 @@
#include <asm/dma.h>
#include <asm-generic/scatterlist.h>
-#ifdef __powerpc64__
-#define ISA_DMA_THRESHOLD (~0UL)
-#endif
#define ARCH_HAS_SG_CHAIN
#endif /* _ASM_POWERPC_SCATTERLIST_H */