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
This commit is contained in:
@@ -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 *
|
||||
|
Reference in New Issue
Block a user