Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86327?usp=email )
Change subject: include/smp/node: Drop unused is_smp_boot ......................................................................
include/smp/node: Drop unused is_smp_boot
Change-Id: I831d405c58817da64eb241f432a3eb8a096dbe1b Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/include/smp/node.h 1 file changed, 0 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/86327/1
diff --git a/src/include/smp/node.h b/src/include/smp/node.h index 8f3d14f..78db124 100644 --- a/src/include/smp/node.h +++ b/src/include/smp/node.h @@ -9,9 +9,4 @@ #define boot_cpu(x) 1 #endif
-static inline int is_smp_boot(void) -{ - return CONFIG(SMP) && CONFIG_MAX_CPUS > 1; -} - #endif /* _SMP_NODE_H_ */