mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 22:54:51 +02:00
Use PalLib instead of PalCallLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6512 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ff1f2270f2
commit
fa73b3be91
@ -46,7 +46,7 @@
|
|||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
|
|
||||||
[LibraryClasses.Ipf]
|
[LibraryClasses.Ipf]
|
||||||
PalCallLib
|
PalLib
|
||||||
|
|
||||||
[LibraryClasses.common]
|
[LibraryClasses.common]
|
||||||
BaseLib
|
BaseLib
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#include <Library/CacheMaintenanceLib.h>
|
#include <Library/CacheMaintenanceLib.h>
|
||||||
#include <Library/BaseLib.h>
|
#include <Library/BaseLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/PalCallLib.h>
|
#include <Library/PalLib.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Invalidates the entire instruction cache in cache coherency domain of the
|
Invalidates the entire instruction cache in cache coherency domain of the
|
||||||
|
@ -61,4 +61,4 @@
|
|||||||
|
|
||||||
|
|
||||||
[LibraryClasses.Ipf]
|
[LibraryClasses.Ipf]
|
||||||
PalCallLib
|
PalLib
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <Library/PalCallLib.h>
|
#include <Library/PalLib.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Places the CPU in a sleep state until an interrupt is received.
|
Places the CPU in a sleep state until an interrupt is received.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user