summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseCacheMaintenanceLib
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-25 07:25:14 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-25 07:25:14 +0000
commiteb1c78dbb988654f46cc111d5b4a9dabd5578c1f (patch)
tree039ee0ddf5b512386c3c0bc3d2f0a021a9552a8d /MdePkg/Library/BaseCacheMaintenanceLib
parent13e4e1b76ad3db76471c767a009f90b0ed84384f (diff)
downloadedk2-eb1c78dbb988654f46cc111d5b4a9dabd5578c1f.tar.gz
edk2-eb1c78dbb988654f46cc111d5b4a9dabd5578c1f.tar.bz2
edk2-eb1c78dbb988654f46cc111d5b4a9dabd5578c1f.zip
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')
-rw-r--r--MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c7
-rw-r--r--MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c7
-rw-r--r--MdePkg/Library/BaseCacheMaintenanceLib/X86Cache.c7
3 files changed, 15 insertions, 6 deletions
diff --git a/MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c b/MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c
index 0e70f2d156..e8267293f0 100644
--- a/MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c
+++ b/MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c
@@ -19,6 +19,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
@@ -50,7 +53,7 @@ InvalidateInstructionCache (
@param Length The number of bytes to invalidate from the instruction cache.
- @return Address of cache invalidation.
+ @return Address.
**/
VOID *
@@ -216,7 +219,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 *
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 *
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 *