summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers/CpuDxe/CpuDxe.c
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2021-12-17 22:34:03 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-07-22 17:10:09 +0000
commitc8af26627a4e9a3659255dc147d75596da08248e (patch)
treee35bc7f4899e19646828d8f4f3198032766865d0 /ArmPkg/Drivers/CpuDxe/CpuDxe.c
parent343f37b5c07fd261b0fe8f3236459c9071be38b7 (diff)
downloadedk2-c8af26627a4e9a3659255dc147d75596da08248e.zip
edk2-c8af26627a4e9a3659255dc147d75596da08248e.tar.gz
edk2-c8af26627a4e9a3659255dc147d75596da08248e.tar.bz2
ArmPkg/CpuDxe: drop ARM_PROCESSOR_TABLE pseudo-ACPI table
The ARM_PROCESSOR_TABLE pseudo-ACPI table (which carries a ACPI-table like header but is published as a EFI config table) is not described in any relevant spec, and is not known to be relied upon by any OS. Let's just get rid of it. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com> Tested-by: Sami Mujawar <sami.mujawar@arm.com>
Diffstat (limited to 'ArmPkg/Drivers/CpuDxe/CpuDxe.c')
-rw-r--r--ArmPkg/Drivers/CpuDxe/CpuDxe.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ArmPkg/Drivers/CpuDxe/CpuDxe.c b/ArmPkg/Drivers/CpuDxe/CpuDxe.c
index 62a6e2d..e6742f0 100644
--- a/ArmPkg/Drivers/CpuDxe/CpuDxe.c
+++ b/ArmPkg/Drivers/CpuDxe/CpuDxe.c
@@ -256,12 +256,6 @@ CpuDxeInitialize (
SyncCacheConfig (&mCpu);
mIsFlushingGCD = FALSE;
- // If the platform is a MPCore system then install the Configuration Table describing the
- // secondary core states
- if (ArmIsMpCore ()) {
- PublishArmProcessorTable ();
- }
-
//
// Setup a callback for idle events
//