diff --git a/Platform/Ampere/JadePkg/Drivers/AcpiPlatformDxe/AcpiPptt.c b/Platform/Ampere/JadePkg/Drivers/AcpiPlatformDxe/AcpiPptt.c index 9a08a922b18..579cb09bed3 100644 --- a/Platform/Ampere/JadePkg/Drivers/AcpiPlatformDxe/AcpiPptt.c +++ b/Platform/Ampere/JadePkg/Drivers/AcpiPlatformDxe/AcpiPptt.c @@ -310,7 +310,7 @@ AcpiInstallPpttTable ( NextNodeOffset += AddProcessorCoreNode ( PpttTablePointer + NextNodeOffset, CpuId, - ClusterNodeOffset[CLUSTER_ID (CpuId)], + ClusterNodeOffset[CpuId / PLATFORM_CPU_NUM_CORES_PER_CPM], L1INodeOffset, L1DNodeOffset );