]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/EnableInterrupts.nasm
MdePkg: Replace Opcode with the corresponding instructions.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / EnableInterrupts.nasm
index 85ea692954aa1b6fb445b2826590737378eceec2..979e708207eafe40ad47629ca6c4313d28c9a728 100644 (file)
@@ -1,13 +1,7 @@
 ;------------------------------------------------------------------------------\r
 ;\r
-; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
-; This program and the accompanying materials\r
-; are licensed and made available under the terms and conditions of the BSD License\r
-; which accompanies this distribution.  The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ; Module Name:\r
 ;\r
@@ -30,8 +24,8 @@
 ;   VOID\r
 ;   );\r
 ;------------------------------------------------------------------------------\r
-global ASM_PFX(_EnableInterrupts)\r
-ASM_PFX(_EnableInterrupts):\r
+global ASM_PFX(EnableInterrupts)\r
+ASM_PFX(EnableInterrupts):\r
     sti\r
     ret\r
 \r