]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Mon, 22 Feb 2021 17:36:59 +0000 (09:36 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Mon, 22 Feb 2021 17:36:59 +0000 (09:36 -0800)
open-vm-tools/lib/include/vm_basic_asm.h

index 2b6b3181b8a4c8c5f21398cb745b2d758eb04a09..97c170c0cc142e6f0edabf3795b47935781cdd06 100644 (file)
@@ -778,6 +778,11 @@ RDTSC(void)
 
    return tim;
 #elif defined(VM_ARM_64)
+   /*
+    * Keep this implementation in sync with:
+    * bora/lib/vprobe/arm64/vp_emit_tc.c::VpEmit_BuiltinRDTSCWork()
+    * bora/modules/vmkernel/tests/core/xmapTest/xmapTest_arm64.c::XMapTest_SetupLoopCode()
+    */
 #if (defined(VMKERNEL) || defined(VMM)) && !defined(VMK_ARM_EL1)
    return MRS(CNTPCT_EL0);
 #else