aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2010-05-31 02:59:04 -0400
committerJens Axboe <jaxboe@fusionio.com>2010-08-07 12:15:50 -0400
commit7e005f79791dcd58436c88ded4a7f5aed1b82147 (patch)
tree3dfed83c36d9627ceffdedd783d1d02dadb7d436 /arch/m68k
parentbfe172310e58225f0d07f9354b683abacbd6a0d8 (diff)
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/m68k')
-rw-r--r--arch/m68k/include/asm/scatterlist.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/scatterlist.h b/arch/m68k/include/asm/scatterlist.h
index 175da06c6b95..312505452a1e 100644
--- a/arch/m68k/include/asm/scatterlist.h
+++ b/arch/m68k/include/asm/scatterlist.h
@@ -3,7 +3,4 @@
3 3
4#include <asm-generic/scatterlist.h> 4#include <asm-generic/scatterlist.h>
5 5
6/* This is bogus and should go away. */
7#define ISA_DMA_THRESHOLD (0x00ffffff)
8
9#endif /* !(_M68K_SCATTERLIST_H) */ 6#endif /* !(_M68K_SCATTERLIST_H) */