Rev 5 | Rev 15 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5 | Rev 11 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | #include <main/kinit.h> |
38 | #include <main/kinit.h> |
39 | #include <cpu.h> |
39 | #include <cpu.h> |
40 | #include <mm/heap.h> |
40 | #include <mm/heap.h> |
41 | 41 | ||
42 | #ifdef __SMP__ |
42 | #ifdef __SMP__ |
43 | #include <arch/apic.h> |
43 | #include <arch/smp/apic.h> |
44 | #include <arch/mp.h> |
44 | #include <arch/smp/mp.h> |
45 | #endif /* __SMP__ */ |
45 | #endif /* __SMP__ */ |
46 | 46 | ||
47 | #include <mm/frame.h> |
47 | #include <mm/frame.h> |
48 | #include <mm/page.h> |
48 | #include <mm/page.h> |
49 | #include <mm/tlb.h> |
49 | #include <mm/tlb.h> |