HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36373 )
Change subject: include/cpu/x86/lapic.h: Remove unused '#include <smp/node.h>' ......................................................................
include/cpu/x86/lapic.h: Remove unused '#include <smp/node.h>'
Change-Id: Icdd6b49751763ef0edd4c57e855cc1d042dc6d4d Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/include/cpu/x86/lapic.h 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/36373/1
diff --git a/src/include/cpu/x86/lapic.h b/src/include/cpu/x86/lapic.h index 6fd1997..f8081b5 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) {