aboutsummaryrefslogtreecommitdiff
path: root/src/include/cpu
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-27 13:09:37 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-19 05:23:25 +0000
commitdda17fa2220a4181971a0c6973aededea0e1517b (patch)
tree745e0d671b6dd072aaa7afd847ba55f13a7b162b /src/include/cpu
parent88f107012abe6537fe7ce6d60a95aa66466ae2d1 (diff)
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>
Diffstat (limited to 'src/include/cpu')
-rw-r--r--src/include/cpu/x86/lapic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/cpu/x86/lapic.h b/src/include/cpu/x86/lapic.h
index 6fd1997e76..f8081b50da 100644
--- a/src/include/cpu/x86/lapic.h
+++ b/src/include/cpu/x86/lapic.h
@@ -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)
{