diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-09 08:59:48 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-09 08:59:48 +0000 |
commit | 3609613ee940760579b2561e9a9ffaa2abccfea6 (patch) | |
tree | baadef699d987a1eae2adc86983b69831aa7a456 /MdePkg | |
parent | 2a53dabf6286ee56774bbd47aadf70aa78f0cd25 (diff) | |
download | edk2-platforms-3609613ee940760579b2561e9a9ffaa2abccfea6.tar.xz |
remove unnecessary detailed description for InvalidateInstructionCache(), since no more additional information than the brief description.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6933 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Library/CacheMaintenanceLib.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MdePkg/Include/Library/CacheMaintenanceLib.h b/MdePkg/Include/Library/CacheMaintenanceLib.h index 247c702962..a575ec2fc1 100644 --- a/MdePkg/Include/Library/CacheMaintenanceLib.h +++ b/MdePkg/Include/Library/CacheMaintenanceLib.h @@ -22,9 +22,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 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
|