cpu/x86/mp_init: drop unused MAX_APIC_IDS define

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I599e26a40ab584232614440612e95c91a698df27
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67775
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
Felix Held 2022-09-22 18:18:22 +02:00
parent 9b2d1d8f61
commit a0405b84ca
1 changed files with 0 additions and 2 deletions

View File

@ -26,8 +26,6 @@
#include <security/intel/stm/SmmStm.h> #include <security/intel/stm/SmmStm.h>
#define MAX_APIC_IDS 256
struct mp_callback { struct mp_callback {
void (*func)(void *); void (*func)(void *);
void *arg; void *arg;