Rev 786 | Rev 814 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 786 | Rev 788 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | #include <arch/types.h> |
35 | #include <arch/types.h> |
| 36 | #include <config.h> |
36 | #include <config.h> |
| 37 | #include <panic.h> |
37 | #include <panic.h> |
| 38 | #include <typedefs.h> |
38 | #include <typedefs.h> |
| 39 | #include <memstr.h> |
39 | #include <memstr.h> |
| 40 | #include <list.h> |
40 | #include <adt/list.h> |
| 41 | #include <print.h> |
41 | #include <print.h> |
| 42 | 42 | ||
| 43 | cpu_t *cpus; |
43 | cpu_t *cpus; |
| 44 | 44 | ||
| 45 | /** Initialize CPUs |
45 | /** Initialize CPUs |