From 53d90f046ec896040a25f2b3d9decd8b2be6da55 Mon Sep 17 00:00:00 2001 From: lzeng14 Date: Thu, 15 Dec 2011 06:38:40 +0000 Subject: [PATCH] Exchange the sequence of Asynchronous and Synchronous in CACHE_SRAM_TYPE_DATA according to SMBIOS specification. Signed-off-by: lzeng14 Reviewed-by: li-elvin git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12871 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/IndustryStandard/SmBios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h index 694ee3361b..8a025d602f 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -857,8 +857,8 @@ typedef struct { UINT16 NonBurst :1; UINT16 Burst :1; UINT16 PipelineBurst :1; - UINT16 Asynchronous :1; UINT16 Synchronous :1; + UINT16 Asynchronous :1; UINT16 Reserved :9; } CACHE_SRAM_TYPE_DATA; -- 2.39.2