diff --git a/drivers/clocksource/hyperv_timer.c b/drivers/clocksource/hyperv_timer.c index cd596bdd31fd..ed0aa161dbd8 100644 --- a/drivers/clocksource/hyperv_timer.c +++ b/drivers/clocksource/hyperv_timer.c @@ -391,7 +391,7 @@ static __always_inline u64 read_hv_clock_msr(void) * register it doesn't need the GHCB path. */ #ifdef CONFIG_ARM64 - return hv_get_register(HV_MSR_TIME_REF_COUNT); + return hv_get_msr(HV_MSR_TIME_REF_COUNT); #else return hv_raw_get_msr(HV_MSR_TIME_REF_COUNT); #endif