summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/lapic/boot_cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/x86/lapic/boot_cpu.c')
-rw-r--r--src/cpu/x86/lapic/boot_cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/x86/lapic/boot_cpu.c b/src/cpu/x86/lapic/boot_cpu.c
index cf220d518756..fd708704daec 100644
--- a/src/cpu/x86/lapic/boot_cpu.c
+++ b/src/cpu/x86/lapic/boot_cpu.c
@@ -1,8 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <smp/node.h>
-#include <cpu/x86/msr.h>
#include <cpu/x86/lapic_def.h>
+#include <cpu/x86/msr.h>
+#include <smp/node.h>
#if CONFIG(SMP)
int boot_cpu(void)