From: Christoph Hellwig Date: Wed, 15 Apr 2015 16:44:37 +0000 (-0700) Subject: megaraid_sas: use raw_smp_processor_id() X-Git-Tag: v3.2.70~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de49525aa1250da3eac2040591b322d1157831db;p=pandora-kernel.git megaraid_sas: use raw_smp_processor_id() commit 16b8528d20607925899b1df93bfd8fbab98d267c upstream. We only want to steer the I/O completion towards a queue, but don't actually access any per-CPU data, so the raw_ version is fine to use and avoids the warnings when using smp_processor_id(). Signed-off-by: Christoph Hellwig Reported-by: Andy Lutomirski Tested-by: Andy Lutomirski Acked-by: Sumit Saxena Signed-off-by: James Bottomley [bwh: Backported to 3.2: drop changes to megasas_build_dcdb_fusion()] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed