summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuMpPei
diff options
context:
space:
mode:
authorMichael Kinney <michael.d.kinney@intel.com>2015-10-19 19:09:15 +0000
committermdkinney <mdkinney@Edk2>2015-10-19 19:09:15 +0000
commit28a7ddf0311f8557360b4f8d042e558b938f6e8c (patch)
treee81f9e1dca70a96854669b0b4070460a719cb0a8 /UefiCpuPkg/CpuMpPei
parent94941c8853448c1d2f72f90f7fedebd71035fe00 (diff)
downloadedk2-28a7ddf0311f8557360b4f8d042e558b938f6e8c.zip
edk2-28a7ddf0311f8557360b4f8d042e558b938f6e8c.tar.gz
edk2-28a7ddf0311f8557360b4f8d042e558b938f6e8c.tar.bz2
UefiCpuPkg: Add Cpuid.h include files for CPUID related defines
Move CPUID related defines from LocalApic.h to Cpuid.h Update LocalApicLib instances to include Cpuid.h Update CpuMpPei module to include Cpuid.h Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney <michael.d.kinney@intel.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18633 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UefiCpuPkg/CpuMpPei')
-rw-r--r--UefiCpuPkg/CpuMpPei/CpuMpPei.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/UefiCpuPkg/CpuMpPei/CpuMpPei.h b/UefiCpuPkg/CpuMpPei/CpuMpPei.h
index 19e649e..9325a12 100644
--- a/UefiCpuPkg/CpuMpPei/CpuMpPei.h
+++ b/UefiCpuPkg/CpuMpPei/CpuMpPei.h
@@ -22,6 +22,7 @@
#include <Ppi/SecPlatformInformation2.h>
#include <Ppi/EndOfPeiPhase.h>
+#include <Register/Cpuid.h>
#include <Register/LocalApic.h>
#include <Library/BaseLib.h>