X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FArm%2FDisableInterrupts.S;h=338bd780aaae5815ec5b24d9c043d67c90be1531;hb=35a171541199329108aa8c5417386d7afce9ddbf;hp=f9f4a49575fb50c20e81641b450dcca1475f3a1b;hpb=ebd04fc2e526ddc76f17e05cb50798fbf448e52e;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Arm/DisableInterrupts.S b/MdePkg/Library/BaseLib/Arm/DisableInterrupts.S index f9f4a49575..338bd780aa 100644 --- a/MdePkg/Library/BaseLib/Arm/DisableInterrupts.S +++ b/MdePkg/Library/BaseLib/Arm/DisableInterrupts.S @@ -2,12 +2,12 @@ # # DisableInterrupts() for ARM # -# Copyright (c) 2006 - 2009, Intel Corporation
-# Portions copyright (c) 2008-2009 Apple Inc.
-# All rights reserved. This program and the accompanying materials +# Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.
+# Portions copyright (c) 2008 - 2009, Apple Inc. 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. @@ -30,6 +30,6 @@ # ASM_PFX(DisableInterrupts): mrs R0,CPSR - orr R0,R0,#0x80 @Disable IRQ interrupts + orr R0,R0,#0x80 @Disable IRQ interrupts msr CPSR_c,R0 bx LR