From: Kruti Date: Tue, 21 May 2024 05:58:12 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.5.0~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3b985137250d9b82bb22367a1ce1e424830c21d;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_basic_asm.h b/open-vm-tools/lib/include/vm_basic_asm.h index 382b5d472..2c3ba1945 100644 --- a/open-vm-tools/lib/include/vm_basic_asm.h +++ b/open-vm-tools/lib/include/vm_basic_asm.h @@ -1,5 +1,6 @@ /********************************************************* - * Copyright (c) 2003-2024 VMware, Inc. All rights reserved. + * Copyright (c) 2003-2024 Broadcom. All rights reserved. + * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -31,9 +32,9 @@ *********************************************************/ /* - * vm_basic_asm.h + * vm_basic_asm.h -- * - * Basic asm macros + * Basic asm macros. */ #ifndef _VM_BASIC_ASM_H_ @@ -760,6 +761,7 @@ RDTSC(void) #elif defined(VM_ARM_64) /* * Keep this implementation in sync with: + * bora/vmkernel/hardware/arm64/tscsync_arch.h::TSCSyncRDTSC() * bora/lib/vprobe/arm64/vp_emit_tc.c::VpEmit_BuiltinRDTSCWork() * bora/modules/vmkernel/tests/core/xmapTest/xmapTest_arm64.c::XMapTest_SetupLoopCode() */ @@ -783,8 +785,8 @@ RDTSC(void) #else { /* - * We need to do more inverstagetion here to find - * a microsoft equivalent of that code + * We need to do more investigation here to find + * a Microsoft equivalent of that code. */ NOT_IMPLEMENTED(); return 0;