summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c')
-rw-r--r--MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c7
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 *