diff options
Diffstat (limited to 'include/asm-sh/scatterlist.h')
-rw-r--r-- | include/asm-sh/scatterlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/scatterlist.h b/include/asm-sh/scatterlist.h index a7d0d1856a99..2084d0373693 100644 --- a/include/asm-sh/scatterlist.h +++ b/include/asm-sh/scatterlist.h | |||
@@ -13,7 +13,7 @@ struct scatterlist { | |||
13 | unsigned int length; | 13 | unsigned int length; |
14 | }; | 14 | }; |
15 | 15 | ||
16 | #define ISA_DMA_THRESHOLD (0x1fffffff) | 16 | #define ISA_DMA_THRESHOLD PHYS_ADDR_MASK |
17 | 17 | ||
18 | /* These macros should be used after a pci_map_sg call has been done | 18 | /* These macros should be used after a pci_map_sg call has been done |
19 | * to get bus addresses of each of the SG entries and their lengths. | 19 | * to get bus addresses of each of the SG entries and their lengths. |