]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg/CpuCommonFeaturesLib: Fix case write issue
authorJeff Fan <jeff.fan@intel.com>
Thu, 23 Mar 2017 01:13:02 +0000 (09:13 +0800)
committerJeff Fan <jeff.fan@intel.com>
Thu, 23 Mar 2017 01:19:26 +0000 (09:19 +0800)
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>
UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeatures.h

index 63fc03d91e9b224f5ce77ba7542633eb54b1a25c..8118c1f3943d5d7e1306eed467e931b24822bb76 100644 (file)
@@ -25,7 +25,7 @@
 #include <Library/MemoryAllocationLib.h>
 #include <Library/LocalApicLib.h>
 
-#include <Register/CpuId.h>
+#include <Register/Cpuid.h>
 #include <Register/Msr.h>
 
 /**