]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.c
ArmPkg: Replace CoreId and ClusterId with Mpidr in ARM_CORE_INFO struct
[mirror_edk2.git] / ArmPlatformPkg / Library / ArmPlatformLibNull / ArmPlatformLibNull.c
index eeab58805e675b53869d5bfeebe417f61265584d..852275f44fc329f9a1ea08372e894118ae0d7f5d 100644 (file)
@@ -14,7 +14,7 @@
 ARM_CORE_INFO  mArmPlatformNullMpCoreInfoTable[] = {\r
   {\r
     // Cluster 0, Core 0\r
-    0x0, 0x0,\r
+    0x0,\r
 \r
     // MP Core MailBox Set/Get/Clear Addresses and Clear Value\r
     (EFI_PHYSICAL_ADDRESS)0,\r
@@ -24,7 +24,7 @@ ARM_CORE_INFO  mArmPlatformNullMpCoreInfoTable[] = {
   },\r
   {\r
     // Cluster 0, Core 1\r
-    0x0, 0x1,\r
+    0x1,\r
 \r
     // MP Core MailBox Set/Get/Clear Addresses and Clear Value\r
     (EFI_PHYSICAL_ADDRESS)0,\r
@@ -34,7 +34,7 @@ ARM_CORE_INFO  mArmPlatformNullMpCoreInfoTable[] = {
   },\r
   {\r
     // Cluster 0, Core 2\r
-    0x0, 0x2,\r
+    0x2,\r
 \r
     // MP Core MailBox Set/Get/Clear Addresses and Clear Value\r
     (EFI_PHYSICAL_ADDRESS)0,\r
@@ -44,7 +44,7 @@ ARM_CORE_INFO  mArmPlatformNullMpCoreInfoTable[] = {
   },\r
   {\r
     // Cluster 0, Core 3\r
-    0x0, 0x3,\r
+    0x3,\r
 \r
     // MP Core MailBox Set/Get/Clear Addresses and Clear Value\r
     (EFI_PHYSICAL_ADDRESS)0,\r