summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuMpPei
diff options
context:
space:
mode:
authorNi, Ray <ray.ni@intel.com>2019-08-01 17:58:31 +0800
committerEric Dong <eric.dong@intel.com>2019-08-09 08:52:09 +0800
commit01acb06c4f1e1af07c05ea4e3ca437ce7f261a83 (patch)
treee6cd1ee0cc29842ca54ef6b9dc4d349494e67f48 /UefiCpuPkg/CpuMpPei
parente057908f8db8603cf6fde13d55d129b10b30578c (diff)
downloadedk2-01acb06c4f1e1af07c05ea4e3ca437ce7f261a83.zip
edk2-01acb06c4f1e1af07c05ea4e3ca437ce7f261a83.tar.gz
edk2-01acb06c4f1e1af07c05ea4e3ca437ce7f261a83.tar.bz2
UefiCpuPkg: Update code to include register definitions from MdePkg
Signed-off-by: Ray Ni <ray.ni@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> Regression-tested-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Eric Dong <eric.dong@intel.com>
Diffstat (limited to 'UefiCpuPkg/CpuMpPei')
-rw-r--r--UefiCpuPkg/CpuMpPei/CpuPaging.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/UefiCpuPkg/CpuMpPei/CpuPaging.c b/UefiCpuPkg/CpuMpPei/CpuPaging.c
index 57a7553..a462e7e 100644
--- a/UefiCpuPkg/CpuMpPei/CpuPaging.c
+++ b/UefiCpuPkg/CpuMpPei/CpuPaging.c
@@ -1,14 +1,14 @@
/** @file
Basic paging support for the CPU to enable Stack Guard.
-Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2018 - 2019, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
-#include <Register/Cpuid.h>
-#include <Register/Msr.h>
+#include <Register/Intel/Cpuid.h>
+#include <Register/Intel/Msr.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/CpuLib.h>
#include <Library/BaseLib.h>