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:
parent
c0413336bc
commit
17abedaef6
1 changed files with 0 additions and 5 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue