commit 55b2685cd60151d2da456ab640f41f67e4a2ed41 Author: Martin K. Petersen Date: Fri Jan 3 19:16:56 2014 -0500 [SCSI] mpt3sas: Rework the MSI-X grouping code On systems with a non power-of-two CPU count the existing MSI-X grouping code failed to distribute interrupts correctly. Rework the code to handle arbitrary processor counts. Also remove the hardcoded upper limit on the number of processors so we can boot on large systems. Signed-off-by: Martin K. Petersen Cc: Sreekanth Reddy Signed-off-by: James Bottomley commit cdcc8d8ef20fd29c39e1d26c94d84b3b3206ad25 Author: Martin K. Petersen Date: Fri Jan 3 19:16:55 2014 -0500 [SCSI] mpt2sas: Rework the MSI-X grouping code On systems with a non power-of-two CPU count the existing MSI-X grouping code failed to distribute interrupts correctly. Rework the code to handle arbitrary processor counts. Also remove the hardcoded upper limit on the number of processors so we can boot on large systems. Signed-off-by: Martin K. Petersen CC: Sreekanth Reddy Signed-off-by: James Bottomley