summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/IndustryStandard/Acpi62.h
diff options
context:
space:
mode:
authorMing Huang <huangming23@huawei.com>2018-01-30 13:51:55 +0800
committerStar Zeng <star.zeng@intel.com>2018-01-31 09:56:49 +0800
commit19ef86eec6ed67c11b6a942865b143123180d394 (patch)
tree9e287cac7e46b3c59ed45c7221a53078202debde /MdePkg/Include/IndustryStandard/Acpi62.h
parent35f613d96ce43c7b23cd77aab063424ec4422e0c (diff)
downloadedk2-19ef86eec6ed67c11b6a942865b143123180d394.tar.gz
edk2-19ef86eec6ed67c11b6a942865b143123180d394.tar.bz2
edk2-19ef86eec6ed67c11b6a942865b143123180d394.zip
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>
Diffstat (limited to 'MdePkg/Include/IndustryStandard/Acpi62.h')
-rw-r--r--MdePkg/Include/IndustryStandard/Acpi62.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/Acpi62.h b/MdePkg/Include/IndustryStandard/Acpi62.h
index 82d1425164..2904d346c2 100644
--- a/MdePkg/Include/IndustryStandard/Acpi62.h
+++ b/MdePkg/Include/IndustryStandard/Acpi62.h
@@ -2569,7 +2569,7 @@ typedef struct {
/// Processor hierarchy node structure
///
typedef struct {
- UINT32 Type;
+ UINT8 Type;
UINT8 Length;
UINT8 Reserved[2];
EFI_ACPI_6_2_PPTT_STRUCTURE_PROCESSOR_FLAGS Flags;