include/smp/node: Drop unused is_smp_boot

Change-Id: I831d405c58817da64eb241f432a3eb8a096dbe1b
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86327
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
Elyes Haouas 2025-02-08 09:37:59 +01:00
commit 17abedaef6

View file

@ -9,9 +9,4 @@ int boot_cpu(void);
#define boot_cpu(x) 1
#endif
static inline int is_smp_boot(void)
{
return CONFIG(SMP) && CONFIG_MAX_CPUS > 1;
}
#endif /* _SMP_NODE_H_ */