commit | 89009fbb7d2df37536c8dc932fdead4189783f92 | [log] [tgz] |
---|---|---|
author | Kashyap, Desai <kashyap.desai@lsi.com> | Wed Mar 17 16:22:52 2010 +0530 |
committer | James Bottomley <James.Bottomley@suse.de> | Sun Apr 11 09:23:56 2010 -0500 |
tree | 12625e1d4dd6017ce3fc18db1b8c9659a1917661 | |
parent | f891dcfdc11d2004253861f51d627bfda6773c76 [diff] |
[SCSI] mpt2sas: Use of get_free_pages for huge memorary allocation. use the get_free_pages API for larger contigious physical memory chunk. Also, the ioc->chain_depth need to be changed from a 16bit to 32bit variable because the number of chains will exceed 64k when the queue depth is large. Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>