From a85552d175764c4d150ce75374a728cfeda05c96 Mon Sep 17 00:00:00 2001 From: Jeff Fan Date: Tue, 9 Dec 2008 08:59:48 +0000 Subject: [PATCH] remove unnecessary detailed description for InvalidateInstructionCache(), since no more additional information than the brief description. --- MdePkg/Include/Library/CacheMaintenanceLib.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/MdePkg/Include/Library/CacheMaintenanceLib.h b/MdePkg/Include/Library/CacheMaintenanceLib.h index 247c70296..a575ec2fc 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 -- 2.11.4.GIT