diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-25 07:25:14 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-25 07:25:14 +0000 |
commit | eb1c78dbb988654f46cc111d5b4a9dabd5578c1f (patch) | |
tree | 039ee0ddf5b512386c3c0bc3d2f0a021a9552a8d /MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c | |
parent | 13e4e1b76ad3db76471c767a009f90b0ed84384f (diff) | |
download | edk2-platforms-eb1c78dbb988654f46cc111d5b4a9dabd5578c1f.tar.xz |
Synchronize function comment in MdePkg\Library\BaseMemoryLib.h,CacheMaintenanceLib.h with the c file instance of this functions.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6721 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c')
-rw-r--r-- | MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c b/MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c index aa33529db0..8e999a4040 100644 --- a/MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c +++ b/MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c @@ -22,6 +22,9 @@ Invalidates the entire instruction cache in cache coherency domain of the
calling CPU.
+ Invalidates the entire instruction cache in cache coherency domain of the
+ calling CPU.
+
**/
VOID
EFIAPI
@@ -54,7 +57,7 @@ InvalidateInstructionCache ( @param Length The number of bytes to invalidate from the instruction cache.
- @return Address of cache invalidation.
+ @return Address.
**/
VOID *
@@ -229,7 +232,7 @@ InvalidateDataCache ( then Address is a virtual address.
@param Length The number of bytes to invalidate from the data cache.
- @return Address of cache invalidation.
+ @return Address.
**/
VOID *
|