]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.S
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseCpuLib / Arm / CpuFlushTlb.S
index 65814254914482844a4672d2ea2313376927ee2c..3bafce6f3f2a0b9d3cac4a4cbbac76c77db9812e 100644 (file)
@@ -1,22 +1,16 @@
-#------------------------------------------------------------------------------ \r
+#------------------------------------------------------------------------------\r
 #\r
 # CpuFlushTlb() for ARM\r
 #\r
-# Copyright (c) 2006 - 2009, Intel Corporation<BR>\r
-# Portions copyright (c) 2008-2009 Apple Inc.<BR>\r
-# All rights reserved. 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 - 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
 .text\r
 .p2align 2\r
-.globl ASM_PFX(CpuFlushTlb)\r
+GCC_ASM_EXPORT(CpuFlushTlb)\r
 \r
 #/**\r
 #  Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.\r
@@ -32,5 +26,5 @@
 #\r
 ASM_PFX(CpuFlushTlb):\r
     mov r0,#0\r
-    mcr p15,0,r0,c8,c5,0        # Invalidate all the unlocked entried in TLB\r
+    mcr p15,0,r0,c8,c5,0        // Invalidate all the unlocked entried in TLB\r
     bx  LR\r