]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/ArmLib/Common/Arm/ArmLibSupport.S
ArmPkg/ArmLib: Rationalise ArmReadMidr and cognate functions.
[mirror_edk2.git] / ArmPkg / Library / ArmLib / Common / Arm / ArmLibSupport.S
index 4c95565e8f085c004609e88e31256855aa5a5f31..57b205a7a826033728374dd4b49f620711f957f3 100644 (file)
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------ \r
 #\r
 # Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
-# Copyright (c) 2011-2013, ARM Limited. All rights reserved.\r
+# Copyright (c) 2011 - 2014, ARM Limited. All rights reserved.\r
 #\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
@@ -23,7 +23,7 @@
 \r
 .text\r
 .align 2\r
-GCC_ASM_EXPORT(Cp15IdCode)\r
+GCC_ASM_EXPORT(ArmReadMidr)\r
 GCC_ASM_EXPORT(Cp15CacheInfo)\r
 GCC_ASM_EXPORT(ArmGetInterruptState)\r
 GCC_ASM_EXPORT(ArmGetFiqState)\r
@@ -50,7 +50,7 @@ GCC_ASM_EXPORT(ArmReadSctlr)
 \r
 #------------------------------------------------------------------------------\r
 \r
-ASM_PFX(Cp15IdCode):\r
+ASM_PFX(ArmReadMidr):\r
   mrc     p15,0,R0,c0,c0,0\r
   bx      LR\r
 \r