mirror of https://github.com/acidanthera/audk.git
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:
parent
173bf5c847
commit
afc6201759
|
@ -25,7 +25,7 @@
|
|||
#include <Library/MemoryAllocationLib.h>
|
||||
#include <Library/LocalApicLib.h>
|
||||
|
||||
#include <Register/CpuId.h>
|
||||
#include <Register/Cpuid.h>
|
||||
#include <Register/Msr.h>
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue