X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FEnableDisableInterrupts.S;h=bc89c258b77b6e59ffe43fa8a03e0597df47eb56;hb=35a171541199329108aa8c5417386d7afce9ddbf;hp=c5742aee53ce320b90b5afcb91302c554c863066;hpb=f1baef624fb7119c54c3389a2cd99b108ee08f0e;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.S b/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.S index c5742aee53..bc89c258b7 100644 --- a/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.S +++ b/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.S @@ -1,17 +1,17 @@ #------------------------------------------------------------------------------ # -# Copyright (c) 2006, Intel Corporation -# All rights reserved. This program and the accompanying materials +# 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 -# http://opensource.org/licenses/bsd-license.php +# http://opensource.org/licenses/bsd-license.php. # # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # Module Name: # -# EnableDisableInterrupts.Asm +# EnableDisableInterrupts.S # # Abstract: # @@ -21,7 +21,7 @@ # #------------------------------------------------------------------------------ -.globl ASM_PFX(EnableDisableInterrupts) +ASM_GLOBAL ASM_PFX(EnableDisableInterrupts) #------------------------------------------------------------------------------ # VOID