From: Christoph Hellwig Date: Wed, 15 Apr 2015 16:44:37 +0000 (-0700) Subject: megaraid_sas: use raw_smp_processor_id() X-Git-Tag: omap-for-v4.1/fixes-rc1~80^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16b8528d20607925899b1df93bfd8fbab98d267c;p=pandora-kernel.git megaraid_sas: use raw_smp_processor_id() 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 Cc: Signed-off-by: James Bottomley --- Reading git-diff-tree failed