Rev 788 | Rev 823 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 788 | Rev 814 | ||
|---|---|---|---|
| Line 27... | Line 27... | ||
| 27 | */ |
27 | */ |
| 28 | 28 | ||
| 29 | #include <proc/scheduler.h> |
29 | #include <proc/scheduler.h> |
| 30 | #include <proc/thread.h> |
30 | #include <proc/thread.h> |
| 31 | #include <proc/task.h> |
31 | #include <proc/task.h> |
| 32 | #include <mm/heap.h> |
- | |
| 33 | #include <mm/frame.h> |
32 | #include <mm/frame.h> |
| 34 | #include <mm/page.h> |
33 | #include <mm/page.h> |
| 35 | #include <mm/as.h> |
34 | #include <mm/as.h> |
| 36 | #include <arch/asm.h> |
35 | #include <arch/asm.h> |
| 37 | #include <arch/faddr.h> |
36 | #include <arch/faddr.h> |