Skip to content

Commit a5e7876

Browse files
committed
Update smp_rally.c
1 parent 3678380 commit a5e7876

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/arch/x86/smp_rally.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
#include "arch/x86/smp_rally.h"
33
#include "arch/x86/gdt.h"
44
#include "arch/x86/idt.h"
5+
#include "arch/x86/timer.h"
56
#include "paging.h"
67
#include "kernel/sched.h"
78
#include "drivers/serial.h"
9+
#include "kernel.h"
810
#include "types.h"
911
#include "util.h"
1012
#include "cpu.h"

0 commit comments

Comments
 (0)