From 01acb06c4f1e1af07c05ea4e3ca437ce7f261a83 Mon Sep 17 00:00:00 2001 From: "Ni, Ray" Date: Thu, 1 Aug 2019 17:58:31 +0800 Subject: UefiCpuPkg: Update code to include register definitions from MdePkg Signed-off-by: Ray Ni Reviewed-by: Eric Dong Regression-tested-by: Laszlo Ersek Signed-off-by: Eric Dong --- UefiCpuPkg/CpuDxe/CpuDxe.h | 4 ++-- UefiCpuPkg/CpuDxe/CpuPageTable.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'UefiCpuPkg/CpuDxe') diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.h b/UefiCpuPkg/CpuDxe/CpuDxe.h index b029be430b..a6762f1a0b 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.h +++ b/UefiCpuPkg/CpuDxe/CpuDxe.h @@ -1,7 +1,7 @@ /** @file CPU DXE Module to produce CPU ARCH Protocol and CPU MP Protocol. - Copyright (c) 2008 - 2017, Intel Corporation. All rights reserved.
+ Copyright (c) 2008 - 2019, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -13,7 +13,7 @@ #include #include -#include +#include #include #include diff --git a/UefiCpuPkg/CpuDxe/CpuPageTable.c b/UefiCpuPkg/CpuDxe/CpuPageTable.c index 36ce90d66c..ec5cd424fc 100644 --- a/UefiCpuPkg/CpuDxe/CpuPageTable.c +++ b/UefiCpuPkg/CpuDxe/CpuPageTable.c @@ -15,8 +15,8 @@ #include #include #include -#include -#include +#include +#include #include "CpuDxe.h" #include "CpuPageTable.h" -- cgit v1.2.3