Rev 2071 | Rev 2095 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 2089 | ||
|---|---|---|---|
| Line 40... | Line 40... | ||
| 40 | #include <arch/smp/mps.h> |
40 | #include <arch/smp/mps.h> |
| 41 | #include <arch/smp/apic.h> |
41 | #include <arch/smp/apic.h> |
| 42 | #include <arch/smp/smp.h> |
42 | #include <arch/smp/smp.h> |
| 43 | #include <func.h> |
43 | #include <func.h> |
| 44 | #include <arch/types.h> |
44 | #include <arch/types.h> |
| 45 | #include <typedefs.h> |
- | |
| 46 | #include <cpu.h> |
45 | #include <cpu.h> |
| 47 | #include <arch/asm.h> |
46 | #include <arch/asm.h> |
| 48 | #include <arch/bios/bios.h> |
47 | #include <arch/bios/bios.h> |
| 49 | #include <mm/frame.h> |
48 | #include <mm/frame.h> |
| 50 | 49 | ||