summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c
diff options
context:
space:
mode:
authorYu Pu <yu.pu@intel.com>2022-03-28 23:29:18 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-05-06 07:48:15 +0000
commit86d41c077eaa4b78f71b012671fdd8a7549fc7a2 (patch)
tree0f659d2640617508ede2276c84d8420b1c38ff28 /UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c
parent1783b099d3bab30c24ff818eed42f5acd154c6ca (diff)
downloadedk2-86d41c077eaa4b78f71b012671fdd8a7549fc7a2.tar.gz
edk2-86d41c077eaa4b78f71b012671fdd8a7549fc7a2.tar.bz2
edk2-86d41c077eaa4b78f71b012671fdd8a7549fc7a2.zip
UefiCpuPkg: Add CpuLib to module INFs that depend on UefiCpuLib.
There are two libraries: MdePkg/CpuLib and UefiCpuPkg/UefiCpuLib and UefiCpuPkg/UefiCpuLib will be merged to MdePkg/CpuLib. To avoid build failure, add CpuLib dependency to all modules that depend on UefiCpuLib. Cc: Eric Dong <eric.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Rahul Kumar <rahul1.kumar@intel.com> Signed-off-by: Yu Pu <yu.pu@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
Diffstat (limited to 'UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c')
-rw-r--r--UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c b/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c
index f9e06b2fca..a944c3d01c 100644
--- a/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c
+++ b/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c
@@ -21,6 +21,7 @@
#include <Library/IoLib.h>
#include <Library/TimerLib.h>
#include <Library/PcdLib.h>
+#include <Library/CpuLib.h>
#include <Library/UefiCpuLib.h>
//