commit | 88693b3c9681a0c10b8fe73a0be9bfa0ea63de1f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Oct 18 15:03:34 2018 +0200 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue Nov 06 21:31:28 2018 -0500 |
tree | e7a2c36cdc87b2af4629877adc719093c7b611c4 | |
parent | 6f6eb3ccc6ff46137b1d2951ef3a0a163a0aa601 [diff] |
scsi: ips: properly handle 64-bit DMA CONFIG_HIGHMEM64 is only one (and these days unusual) way to indicate that > 32-bit dma address are possible. Replace it with a check of the dma_addr_t size. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>