]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKruti Pendharkar <kp025370@broadcom.com>
Tue, 3 Jun 2025 06:30:24 +0000 (23:30 -0700)
committerKruti Pendharkar <kp025370@broadcom.com>
Tue, 3 Jun 2025 06:30:24 +0000 (23:30 -0700)
open-vm-tools/lib/include/vm_basic_types.h

index e0c38ed9531597843787da1cac1f81bb6c683650..569675862e301ce14bf49e17f9199120b0aeb9de 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (c) 1998-2024 Broadcom. All Rights Reserved.
+ * Copyright (c) 1998-2025 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
@@ -653,9 +653,10 @@ typedef void * UserVA;
 #define INVALID_MPN       ((MPN)MPN38_MASK)
 #define MEMREF_MPN        ((MPN)MPN38_MASK - 1)
 #define RELEASED_MPN      ((MPN)MPN38_MASK - 2)
+#define ECC_CORRUPTED_MPN ((MPN)MPN38_MASK - 3)
 
 /* account for special MPNs defined above */
-#define MAX_MPN           ((MPN)MPN38_MASK - 3) /* 50 bits of address space */
+#define MAX_MPN           ((MPN)MPN38_MASK - 4) /* 50 bits of address space */
 
 #define INVALID_IOPN      ((IOPN)-1)
 #define MAX_IOPN          (IOA_2_IOPN((IOA)-1))