HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44982 )
Change subject: cpu/x86/mp_init.c: Drop unused "MAX_APIC_IDS" macro ......................................................................
cpu/x86/mp_init.c: Drop unused "MAX_APIC_IDS" macro
Change-Id: I2c91248be5d95bd1087a16fc6dca1c13107670b9 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/cpu/x86/mp_init.c 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/44982/1
diff --git a/src/cpu/x86/mp_init.c b/src/cpu/x86/mp_init.c index 5807831..667d830 100644 --- a/src/cpu/x86/mp_init.c +++ b/src/cpu/x86/mp_init.c @@ -28,8 +28,6 @@
#include <security/intel/stm/SmmStm.h>
-#define MAX_APIC_IDS 256 - struct mp_callback { void (*func)(void *); void *arg;