Rev 3742 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3742 | Rev 3862 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | * @brief CPU subsystem initialization and listing. |
35 | * @brief CPU subsystem initialization and listing. |
36 | */ |
36 | */ |
37 | 37 | ||
38 | #include <cpu.h> |
38 | #include <cpu.h> |
39 | #include <arch.h> |
39 | #include <arch.h> |
- | 40 | #include <arch/asm.h> |
|
40 | #include <arch/cpu.h> |
41 | #include <arch/cpu.h> |
41 | #include <mm/slab.h> |
42 | #include <mm/slab.h> |
42 | #include <mm/page.h> |
43 | #include <mm/page.h> |
43 | #include <mm/frame.h> |
44 | #include <mm/frame.h> |
44 | #include <arch/types.h> |
45 | #include <arch/types.h> |