]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.asm
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseCpuLib / Arm / CpuFlushTlb.asm
index 76313ab6071f0f21797ba51c4b51636e022e8736..b6d21c7c5bb03a7fa057d6a5e7a64236010da9b9 100644 (file)
@@ -1,8 +1,8 @@
-;------------------------------------------------------------------------------ \r
+;------------------------------------------------------------------------------\r
 ;\r
 ; CpuFlushTlb() 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
@@ -29,7 +29,7 @@
 ;  VOID\r
 ;  );\r
 ;\r
-CpuFlushTlb \r
+CpuFlushTlb\r
     MOV r0,#0\r
     MCR p15,0,r0,c8,c5,0        ;Invalidate all the unlocked entried in TLB\r
     BX LR\r