mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
3e5a3960f8
commit
dcd8c7d649
|
@ -17,8 +17,6 @@
|
||||||
#ifndef __BASE_LIB__
|
#ifndef __BASE_LIB__
|
||||||
#define __BASE_LIB__
|
#define __BASE_LIB__
|
||||||
|
|
||||||
#include <IndustryStandard/Pal.h>
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Definitions for architecture specific types
|
// Definitions for architecture specific types
|
||||||
// These include SPIN_LOCK and BASE_LIBRARY_JUMP_BUFFER
|
// These include SPIN_LOCK and BASE_LIBRARY_JUMP_BUFFER
|
||||||
|
@ -3629,6 +3627,8 @@ CpuDeadLoop (
|
||||||
|
|
||||||
#if defined (MDE_CPU_IPF)
|
#if defined (MDE_CPU_IPF)
|
||||||
|
|
||||||
|
#include <IndustryStandard/Pal.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Flush a range of cache lines in the cache coherency domain of the calling
|
Flush a range of cache lines in the cache coherency domain of the calling
|
||||||
CPU.
|
CPU.
|
||||||
|
|
Loading…
Reference in New Issue