X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FInvd.c;h=6d8d314371de3ae09842d62e9a80b7f4288f6542;hb=a1487801142ea23a2aed51f5e2875b8391787dc9;hp=113bdd697595890962e5fd921b26e29d936b6c08;hpb=23086ba84cbb13350a2464b857b197eef67f1361;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/Invd.c b/MdePkg/Library/BaseLib/Ia32/Invd.c index 113bdd6975..6d8d314371 100644 --- a/MdePkg/Library/BaseLib/Ia32/Invd.c +++ b/MdePkg/Library/BaseLib/Ia32/Invd.c @@ -1,7 +1,7 @@ /** @file AsmInvd function - Copyright (c) 2006, 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 @@ -12,8 +12,16 @@ **/ -#if _MSC_EXTENSIONS + + +/** + Executes a INVD instruction. + + Executes a INVD instruction. This function is only available on IA-32 and + x64. + +**/ VOID EFIAPI AsmInvd ( @@ -25,4 +33,3 @@ AsmInvd ( } } -#endif