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:
qhuang8 2008-11-13 09:02:32 +00:00
parent ff1f2270f2
commit fa73b3be91
4 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@
MdePkg/MdePkg.dec
[LibraryClasses.Ipf]
PalCallLib
PalLib
[LibraryClasses.common]
BaseLib

View File

@ -16,7 +16,7 @@
#include <Library/CacheMaintenanceLib.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/PalCallLib.h>
#include <Library/PalLib.h>
/**
Invalidates the entire instruction cache in cache coherency domain of the

View File

@ -61,4 +61,4 @@
[LibraryClasses.Ipf]
PalCallLib
PalLib

View File

@ -12,7 +12,7 @@
**/
#include <Library/PalCallLib.h>
#include <Library/PalLib.h>
/**
Places the CPU in a sleep state until an interrupt is received.