summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseCacheMaintenanceLib/X86Cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseCacheMaintenanceLib/X86Cache.c')
-rw-r--r--MdePkg/Library/BaseCacheMaintenanceLib/X86Cache.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseCacheMaintenanceLib/X86Cache.c b/MdePkg/Library/BaseCacheMaintenanceLib/X86Cache.c
index 8b169c2244..24301e9292 100644
--- a/MdePkg/Library/BaseCacheMaintenanceLib/X86Cache.c
+++ b/MdePkg/Library/BaseCacheMaintenanceLib/X86Cache.c
@@ -27,6 +27,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
@@ -58,7 +61,7 @@ InvalidateInstructionCache (
@param Length The number of bytes to invalidate from the instruction cache.
- @return Address of cache invalidation.
+ @return Address.
**/
VOID *
@@ -244,7 +247,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 *