commit | fd1dfc6f0165e2ad426665e517103672d6832f90 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Tue Sep 05 11:56:51 2006 -0700 |
committer | Tony Luck <tony.luck@intel.com> | Tue Sep 26 13:56:39 2006 -0700 |
tree | a3bb26ace2427cd5fe0fd62c72d79ef0668cfad1 | |
parent | 35589a8fa8138244e7f2ef9317c440aa580c9335 [diff] |
[IA64-SGI] Do not request DMA memory for BTE The GFP_DMA option usually does nothing on SN2 since all of memory is in thei DMA zone and the BTE has always been capable of addressing all of memory. So there is no need to get memory from a restricted range of memory (which is what GFP_DMA is for). Remove useless __GFP_DMA option. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>