summaryrefslogtreecommitdiff
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/lapic/boot_cpu.c b/src/cpu/x86/lapic/boot_cpu.c
index d3a8f6e7a7..bca73e137e 100644
--- a/src/cpu/x86/lapic/boot_cpu.c
+++ b/src/cpu/x86/lapic/boot_cpu.c
@@ -1,6 +1,6 @@
#include <cpu/x86/msr.h>
-int boot_cpu(void)
+static int boot_cpu(void)
{
int bsp;
msr_t msr;