aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/hyperv/mshyperv.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/hyperv/mshyperv.c')
-rw-r--r--arch/arm64/hyperv/mshyperv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/hyperv/mshyperv.c b/arch/arm64/hyperv/mshyperv.c
index bbbe351e9045..a406454578f0 100644
--- a/arch/arm64/hyperv/mshyperv.c
+++ b/arch/arm64/hyperv/mshyperv.c
@@ -38,7 +38,7 @@ static int __init hyperv_init(void)
return 0;
/* Setup the guest ID */
- guest_id = generate_guest_id(0, LINUX_VERSION_CODE, 0);
+ guest_id = hv_generate_guest_id(LINUX_VERSION_CODE);
hv_set_vpreg(HV_REGISTER_GUEST_OSID, guest_id);
/* Get the features and hints from Hyper-V */