summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-27 06:05:49 +0000
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-27 06:05:49 +0000
commitdcd8c7d649f12524ec1cadbb6d85a9e39dadce3a (patch)
tree937fd17325a3651155e2ddda9687a0544d5ccb7c
parent3e5a3960f8b99d0dcfa1c769161135a394336443 (diff)
downloadedk2-platforms-dcd8c7d649f12524ec1cadbb6d85a9e39dadce3a.tar.xz
Move #include <IndustryStandard/Pal.h> into IPF specific statement.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2777 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/Library/BaseLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/BaseLib.h b/MdePkg/Include/Library/BaseLib.h
index 5d87fc9c2b..8ae7a87cd5 100644
--- a/MdePkg/Include/Library/BaseLib.h
+++ b/MdePkg/Include/Library/BaseLib.h
@@ -17,8 +17,6 @@
#ifndef __BASE_LIB__
#define __BASE_LIB__
-#include <IndustryStandard/Pal.h>
-
//
// Definitions for architecture specific types
// These include SPIN_LOCK and BASE_LIBRARY_JUMP_BUFFER
@@ -3629,6 +3627,8 @@ CpuDeadLoop (
#if defined (MDE_CPU_IPF)
+#include <IndustryStandard/Pal.h>
+
/**
Flush a range of cache lines in the cache coherency domain of the calling
CPU.