]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Arm/DisableInterrupts.asm
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseLib / Arm / DisableInterrupts.asm
index 4fd8de45f66ed3526ec040455a6631a5bdbddab9..f32a9482d5b0e65e5e71f9c2336c9183fcaaf387 100644 (file)
@@ -1,8 +1,8 @@
-;------------------------------------------------------------------------------ \r
+;------------------------------------------------------------------------------\r
 ;\r
 ; DisableInterrupts() for ARM\r
 ;\r
-; Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+; Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 ; Portions copyright (c) 2008 - 2009, Apple Inc. 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
@@ -33,5 +33,5 @@ DisableInterrupts
     ORR     R0,R0,#0x80             ;Disable IRQ interrupts\r
     MSR     CPSR_c,R0\r
     BX      LR\r
-    \r
+\r
     END\r