aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2010-05-31 15:59:04 +0900
committerJens Axboe <jaxboe@fusionio.com>2010-08-07 18:15:50 +0200
commit7e005f79791dcd58436c88ded4a7f5aed1b82147 (patch)
tree3dfed83c36d9627ceffdedd783d1d02dadb7d436 /arch/x86/include
parentblock: kill ISA_DMA_THRESHOLD usage (diff)
downloadlinux-dev-7e005f79791dcd58436c88ded4a7f5aed1b82147.tar.xz
linux-dev-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/x86/include')
-rw-r--r--arch/x86/include/asm/scatterlist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/scatterlist.h b/arch/x86/include/asm/scatterlist.h
index fb0b1874396f..4240878b9d76 100644
--- a/arch/x86/include/asm/scatterlist.h
+++ b/arch/x86/include/asm/scatterlist.h
@@ -3,7 +3,6 @@
#include <asm-generic/scatterlist.h>
-#define ISA_DMA_THRESHOLD (0x00ffffff)
#define ARCH_HAS_SG_CHAIN
#endif /* _ASM_X86_SCATTERLIST_H */