NVMe: Allow queues to be allocated above 4GB
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 1 Feb 2011 21:23:39 +0000 (16:23 -0500)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:52:53 +0000 (15:52 -0400)
commit2930353f9f2b9e4629e935acd970cb73c1171229
tree907563f0245bd488935cbd922f665759e4ccd68a
parentf64d3365a3e5cb46e69db7e2c82a7cb9a5bed1b8
NVMe: Allow queues to be allocated above 4GB

Need to call dma_set_coherent_mask() to allow queues to be allocated
above 4GB.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/nvme.c