blob: d8e98961dec77e42be573f1778b6d69a542c21a2 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ASM_IA64_SCATTERLIST_H
2#define _ASM_IA64_SCATTERLIST_H
3
4/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 * It used to be that ISA_DMA_THRESHOLD had something to do with the
6 * DMA-limits of ISA-devices. Nowadays, its only remaining use (apart
7 * from the aha1542.c driver, which isn't 64-bit clean anyhow) is to
8 * tell the block-layer (via BLK_BOUNCE_ISA) what the max. physical
9 * address of a page is that is allocated with GFP_DMA. On IA-64,
10 * that's 4GB - 1.
11 */
12#define ISA_DMA_THRESHOLD 0xffffffff
13
FUJITA Tomonori3a095a92010-02-26 09:43:51 +090014#include <asm-generic/scatterlist.h>
Jens Axboe9b6eccf2007-10-16 11:27:26 +020015
Linus Torvalds1da177e2005-04-16 15:20:36 -070016#endif /* _ASM_IA64_SCATTERLIST_H */