Rev 2723 | Rev 3706 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2723 | Rev 2725 | ||
|---|---|---|---|
| Line 48... | Line 48... | ||
| 48 | #ifdef CONFIG_SMP |
48 | #ifdef CONFIG_SMP |
| 49 | #include <arch/smp/apic.h> |
49 | #include <arch/smp/apic.h> |
| 50 | #endif |
50 | #endif |
| 51 | 51 | ||
| 52 | #include <arch/bios/bios.h> |
52 | #include <arch/bios/bios.h> |
| 53 | #include <arch/mm/memory_init.h> |
- | |
| 54 | #include <arch/cpu.h> |
53 | #include <arch/cpu.h> |
| 55 | #include <print.h> |
54 | #include <print.h> |
| 56 | #include <arch/cpuid.h> |
55 | #include <arch/cpuid.h> |
| 57 | #include <genarch/acpi/acpi.h> |
56 | #include <genarch/acpi/acpi.h> |
| 58 | #include <panic.h> |
57 | #include <panic.h> |