mirror of https://github.com/acidanthera/audk.git
MdePkg: Add missing Cache ID (in)valid define
Bugzilla: 3697 (https://bugzilla.tianocore.org/show_bug.cgi?id=3697) Add Cache ID valid/invalid defines to Acpi64.h which were not initially added when the CacheIdValid field was added to EFI_ACPI_6_4_PPTT_STRUCTURE_CACHE_FLAGS. Signed-off-by: Chris Jones <christopher.jones@arm.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
parent
0f1d7477c0
commit
30631f0a26
|
@ -2680,6 +2680,8 @@ typedef struct {
|
|||
#define EFI_ACPI_6_4_PPTT_WRITE_POLICY_VALID 0x1
|
||||
#define EFI_ACPI_6_4_PPTT_LINE_SIZE_INVALID 0x0
|
||||
#define EFI_ACPI_6_4_PPTT_LINE_SIZE_VALID 0x1
|
||||
#define EFI_ACPI_6_4_PPTT_CACHE_ID_INVALID 0x0
|
||||
#define EFI_ACPI_6_4_PPTT_CACHE_ID_VALID 0x1
|
||||
|
||||
///
|
||||
/// Cache Type Structure flags
|
||||
|
|
Loading…
Reference in New Issue