From: Oliver Kurth Date: Fri, 26 Oct 2018 17:44:57 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools X-Git-Tag: stable-11.0.0~377 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=570578fcf07fab60cf28f6e9396473c9ba8a815b;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools --- diff --git a/open-vm-tools/lib/include/backdoor_def.h b/open-vm-tools/lib/include/backdoor_def.h index d198cb689..635cbf80c 100644 --- a/open-vm-tools/lib/include/backdoor_def.h +++ b/open-vm-tools/lib/include/backdoor_def.h @@ -466,16 +466,6 @@ Backdoor_CmdRequiresValidSegments(unsigned cmd) #define X86_IO_W7_IMM_SHIFT 5 #define X86_IO_W7_IMM_MASK (0xff << X86_IO_W7_IMM_SHIFT) -/* - * These 3 defines provide support for the guest to access the backdoor from - * EL1 only using the HVC instruction. This legacy mechanism will be deprecated - * soon. - */ - -#define BDOOR_ARM64_LB_PORT (BDOOR_PORT) -#define BDOOR_ARM64_HB_PORT_IN (BDOORHB_PORT) -#define BDOOR_ARM64_HB_PORT_OUT (BDOORHB_PORT + 1) - #define BDOOR_ARG0 REG_X0 #define BDOOR_ARG1 REG_X1 #define BDOOR_ARG2 REG_X2