src: Use '#include <smp/node.h>' when appropriate

Change-Id: Icdd6b49751763ef0edd4c57e855cc1d042dc6d4d
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36373
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Elyes HAOUAS
2019-10-27 13:09:37 +01:00
committed by Kyösti Mälkki
parent 88f107012a
commit dda17fa222
9 changed files with 8 additions and 1 deletions

View File

@@ -4,7 +4,6 @@
#include <cpu/x86/lapic_def.h>
#include <cpu/x86/msr.h>
#include <halt.h>
#include <smp/node.h>
static __always_inline unsigned long lapic_read(unsigned long reg)
{