We don't need to do more on x86, there's no iommu to be worried about.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
Jens Axboe 2007-05-11 12:57:30 +02:00
Родитель a17b490420
Коммит 38d375561f
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,8 @@ struct scatterlist {
unsigned int length; unsigned int length;
}; };
#define ARCH_HAS_SG_CHAIN
/* These macros should be used after a pci_map_sg call has been done /* These macros should be used after a pci_map_sg call has been done
* to get bus addresses of each of the SG entries and their lengths. * to get bus addresses of each of the SG entries and their lengths.
* You should only work with the number of sg entries pci_map_sg * You should only work with the number of sg entries pci_map_sg