From 3e5c323866e6f424f15ab7f59595d8929846354e Mon Sep 17 00:00:00 2001 From: gikidy Date: Wed, 26 Nov 2008 03:26:37 +0000 Subject: Synchronize function comment in MdePkg\Library\CpuLib.h, DebugLib.h,DevicePathLib.h, DxeServicesLib.h, DxeServicesTableLib.h, ExtractGuidedSectionLib.h, HobLib.h with the c file instance of this functions in MdePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6727 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c') diff --git a/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c b/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c index ff3cf82172..711a1abb6a 100644 --- a/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c +++ b/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c @@ -1,7 +1,7 @@ /** @file CpuFlushTlb function. - Copyright (c) 2006 - 2007, Intel Corporation
+ Copyright (c) 2006 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -15,7 +15,9 @@ /** - Flush TLB of current processor. + Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU. + + Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU. **/ VOID -- cgit v1.2.3