From: K. Y. Srinivasan Date: Mon, 15 Dec 2014 07:34:51 +0000 (-0800) Subject: Drivers: hv: vmbus: Use get_cpu() to get the current CPU X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~85^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87712bf81dd092821c406ea3fb47a07222484a64;p=pandora-kernel.git Drivers: hv: vmbus: Use get_cpu() to get the current CPU Replace calls for smp_processor_id() to get_cpu() to get the CPU ID of the current CPU. In these instances, there is no correctness issue with regards to preemption, we just need the current CPU ID. Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed