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>
This commit is contained in:
Jeff Fan 2017-03-23 09:13:02 +08:00
parent 173bf5c847
commit afc6201759
1 changed files with 1 additions and 1 deletions

View 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>
/**