aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/CpuLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/CpuLib.h')
-rw-r--r--src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/CpuLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/CpuLib.h b/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/CpuLib.h
index 662e4d9ce6..9809b4893a 100644
--- a/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/CpuLib.h
+++ b/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/CpuLib.h
@@ -1,7 +1,7 @@
/** @file
Provides CPU architecture specific functions that can not be defined
in the Base Library due to dependencies on the PAL Library
-
+
The CPU Library provides services to flush CPU TLBs and place the CPU in a sleep state.
The implementation of these services on Itanium processors requires the use of PAL Calls.
PAL Calls require PEI and DXE specific mechanisms to look up PAL Entry Point.