aboutsummaryrefslogtreecommitdiff
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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cpu/x86/lapic/boot_cpu.c b/src/cpu/x86/lapic/boot_cpu.c
index 87418d0883..0fb9d5d35c 100644
--- a/src/cpu/x86/lapic/boot_cpu.c
+++ b/src/cpu/x86/lapic/boot_cpu.c
@@ -1,7 +1,8 @@
+#include <cpu/x86/lapic.h>
#include <cpu/x86/msr.h>
#if CONFIG_SMP
-static int boot_cpu(void)
+int boot_cpu(void)
{
int bsp;
msr_t msr;