diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-13 09:02:32 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-13 09:02:32 +0000 |
commit | fa73b3be9179dec03c37761b05958253e7dc1deb (patch) | |
tree | 0651ee63d457ed0bd6725c05f6e312c618ac7cf4 /MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c | |
parent | ff1f2270f2aa5ba7beeba24ffdd48300d3f7b613 (diff) | |
download | edk2-platforms-fa73b3be9179dec03c37761b05958253e7dc1deb.tar.xz |
Use PalLib instead of PalCallLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6512 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c')
-rw-r--r-- | MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c b/MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c index fc6ea25d52..aa33529db0 100644 --- a/MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c +++ b/MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c @@ -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
|