diff options
author | Jeff Fan <jeff.fan@intel.com> | 2017-03-23 09:13:02 +0800 |
---|---|---|
committer | Jeff Fan <jeff.fan@intel.com> | 2017-03-23 09:19:26 +0800 |
commit | afc620175924cd6c0e4c8ca17664c39e2c6deeb2 (patch) | |
tree | 1ae04833793d27130f0827a084e8bb3f7c4df8f7 /UefiCpuPkg/Library | |
parent | 173bf5c847e3ca8b42c11796ce048d8e2e916ff8 (diff) | |
download | edk2-platforms-afc620175924cd6c0e4c8ca17664c39e2c6deeb2.tar.xz |
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.h | 2 |
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> /** |