summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library
diff options
context:
space:
mode:
authorJeff Fan <jeff.fan@intel.com>2017-03-23 09:13:02 +0800
committerJeff Fan <jeff.fan@intel.com>2017-03-23 09:19:26 +0800
commitafc620175924cd6c0e4c8ca17664c39e2c6deeb2 (patch)
tree1ae04833793d27130f0827a084e8bb3f7c4df8f7 /UefiCpuPkg/Library
parent173bf5c847e3ca8b42c11796ce048d8e2e916ff8 (diff)
downloadedk2-afc620175924cd6c0e4c8ca17664c39e2c6deeb2.tar.gz
edk2-afc620175924cd6c0e4c8ca17664c39e2c6deeb2.tar.bz2
edk2-afc620175924cd6c0e4c8ca17664c39e2c6deeb2.zip
UefiCpuPkg/CpuCommonFeaturesLib: Fix case write issue
Cc: Feng Tian <feng.tian@intel.com> Cc: Michael Kinney <michael.d.kinney@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com>
Diffstat (limited to 'UefiCpuPkg/Library')
-rw-r--r--UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeatures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeatures.h b/UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeatures.h
index 63fc03d91e..8118c1f394 100644
--- a/UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeatures.h
+++ b/UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeatures.h
@@ -25,7 +25,7 @@
#include <Library/MemoryAllocationLib.h>
#include <Library/LocalApicLib.h>
-#include <Register/CpuId.h>
+#include <Register/Cpuid.h>
#include <Register/Msr.h>
/**