]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Drivers/ArmCpuLib/ArmCortexA5xLib/ArmCortexA5xLib.c
ArmPkg/ArmCortexA5xLib: Fixed setting of SMP bit
[mirror_edk2.git] / ArmPkg / Drivers / ArmCpuLib / ArmCortexA5xLib / ArmCortexA5xLib.c
index 890c9df16524a1c4d187dffd52809a7121c8d3c4..7cae9f17f314f4adc9ffc9235395a3a907fcc528 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \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
@@ -37,7 +37,7 @@ ArmCpuSetup (
 \r
   if (ArmIsMpCore ()) {\r
     // Turn on SMP coherency\r
-    ArmSetAuxCrBit (A5X_FEATURE_SMP);\r
+    ArmSetCpuExCrBit (A5X_FEATURE_SMP);\r
   }\r
 \r
 }\r