OSDN Git Service

Drivers: hv: util: Use hv_get_current_tick() to get current tick
authorK. Y. Srinivasan <kys@microsoft.com>
Thu, 19 Jan 2017 18:51:52 +0000 (11:51 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jan 2017 13:48:03 +0000 (14:48 +0100)
commit305f7549c9298247723c255baddb7a54b4e63050
tree2bb4f5090d2d1fe4c838da4826983045ed75c013
parentd5116b4091ecca271c249ede43a49c1245920558
Drivers: hv: util: Use hv_get_current_tick() to get current tick

As part of the effort to interact with Hyper-V in an instruction set
architecture independent way, use the new API to get the current
tick.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/hv_util.c