commit | 87712bf81dd092821c406ea3fb47a07222484a64 | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Sun Dec 14 23:34:51 2014 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 12 05:04:10 2015 -0800 |
tree | 9c88e241ed4b2b9ce37925cd58773db3827b3974 | |
parent | ca04455fba937eb2d85f437900cd1726166192e6 [diff] |
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 <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>