Rev 2071 | Rev 2227 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 2089 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | 34 | ||
| 35 | #include <arch.h> |
35 | #include <arch.h> |
| 36 | #include <arch/boot.h> |
36 | #include <arch/boot.h> |
| 37 | #include <arch/cp0.h> |
37 | #include <arch/cp0.h> |
| 38 | #include <arch/exception.h> |
38 | #include <arch/exception.h> |
| 39 | #include <arch/asm.h> |
- | |
| 40 | #include <mm/as.h> |
39 | #include <mm/as.h> |
| 41 | 40 | ||
| 42 | #include <userspace.h> |
41 | #include <userspace.h> |
| 43 | #include <arch/console.h> |
42 | #include <arch/console.h> |
| 44 | #include <memstr.h> |
43 | #include <memstr.h> |