]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Arm/CpuPause.asm
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseLib / Arm / CpuPause.asm
index f6d19c9d96e575e4788381974052e90cccc92a31..a16223c7f8548c182dd5d612e7f3559e72e58aee 100644 (file)
@@ -1,41 +1,35 @@
-;------------------------------------------------------------------------------ 
-;
-; CpuPause() for ARM
-;
-; Copyright (c) 2006 - 2009, Intel Corporation<BR>
-; Portions copyright (c) 2008-2009 Apple Inc.<BR>
-; 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
-;
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-;
-;------------------------------------------------------------------------------
-
-  EXPORT CpuPause
-  AREA cpu_pause, CODE, READONLY
-
-;/**
-;  Requests CPU to pause for a short period of time.
-;
-;  Requests CPU to pause for a short period of time. Typically used in MP
-;  systems to prevent memory starvation while waiting for a spin lock.
-;
-;**/
-;VOID
-;EFIAPI
-;CpuPause (
-;  VOID
-;  );
-;
-CpuPause
-    NOP
-    NOP
-    NOP
-    NOP
-    NOP
-    BX LR
-
-  END
+;------------------------------------------------------------------------------\r
+;\r
+; CpuPause() for ARM\r
+;\r
+; Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+; Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
+;\r
+;------------------------------------------------------------------------------\r
+\r
+  EXPORT CpuPause\r
+  AREA cpu_pause, CODE, READONLY\r
+\r
+;/**\r
+;  Requests CPU to pause for a short period of time.\r
+;\r
+;  Requests CPU to pause for a short period of time. Typically used in MP\r
+;  systems to prevent memory starvation while waiting for a spin lock.\r
+;\r
+;**/\r
+;VOID\r
+;EFIAPI\r
+;CpuPause (\r
+;  VOID\r
+;  );\r
+;\r
+CpuPause\r
+    NOP\r
+    NOP\r
+    NOP\r
+    NOP\r
+    NOP\r
+    BX LR\r
+\r
+  END\r