[IA64] SN specific version of dma_get_required_mask()
authorJohn Keller <jpk@sgi.com>
Mon, 24 Nov 2008 22:47:17 +0000 (16:47 -0600)
committerTony Luck <tony.luck@intel.com>
Thu, 15 Jan 2009 18:42:16 +0000 (10:42 -0800)
Create a platform specific version of dma_get_required_mask()
for ia64 SN Altix. All SN Altix platforms support 64 bit DMA
addressing regardless of the size of system memory.
Create an ia64 machvec for dma_get_required_mask, with the
SN version unconditionally returning DMA_64BIT_MASK.

Signed-off-by: John Keller <jpk@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found