diff options
author | K. Y. Srinivasan <kys@microsoft.com> | 2014-12-14 23:34:51 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-12 05:04:10 -0800 |
commit | 87712bf81dd092821c406ea3fb47a07222484a64 (patch) | |
tree | 9c88e241ed4b2b9ce37925cd58773db3827b3974 /tools/hv | |
parent | ca04455fba937eb2d85f437900cd1726166192e6 (diff) | |
download | linux-87712bf81dd092821c406ea3fb47a07222484a64.tar.bz2 |
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>
Diffstat (limited to 'tools/hv')
0 files changed, 0 insertions, 0 deletions