MdePkg ACPI: Correct processor struct of PPTT
The Type field of EFI_ACPI_6_2_PPTT_STRUCTURE_PROCESSOR should
be UINT8 as ACPI version 6.2 specification.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ming Huang <huangming23@huawei.com>
Signed-off-by: Heyi Guo <heyi.guo@linaro.org>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
(cherry picked from commit 19ef86eec6
)
This commit is contained in:
@ -2569,7 +2569,7 @@ typedef struct {
|
|||||||
/// Processor hierarchy node structure
|
/// Processor hierarchy node structure
|
||||||
///
|
///
|
||||||
typedef struct {
|
typedef struct {
|
||||||
UINT32 Type;
|
UINT8 Type;
|
||||||
UINT8 Length;
|
UINT8 Length;
|
||||||
UINT8 Reserved[2];
|
UINT8 Reserved[2];
|
||||||
EFI_ACPI_6_2_PPTT_STRUCTURE_PROCESSOR_FLAGS Flags;
|
EFI_ACPI_6_2_PPTT_STRUCTURE_PROCESSOR_FLAGS Flags;
|
||||||
|
Reference in New Issue
Block a user