Rev 675 | Rev 703 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 675 | Rev 684 | ||
|---|---|---|---|
| Line 44... | Line 44... | ||
| 44 | #include <interrupt.h> |
44 | #include <interrupt.h> |
| 45 | #include <arch/mm/memory_init.h> |
45 | #include <arch/mm/memory_init.h> |
| 46 | #include <mm/heap.h> |
46 | #include <mm/heap.h> |
| 47 | #include <mm/frame.h> |
47 | #include <mm/frame.h> |
| 48 | #include <mm/page.h> |
48 | #include <mm/page.h> |
| - | 49 | #include <genarch/mm/page_pt.h> |
|
| 49 | #include <mm/tlb.h> |
50 | #include <mm/tlb.h> |
| 50 | #include <mm/vm.h> |
51 | #include <mm/vm.h> |
| 51 | #include <synch/waitq.h> |
52 | #include <synch/waitq.h> |
| 52 | #include <arch/arch.h> |
53 | #include <arch/arch.h> |
| 53 | #include <arch.h> |
54 | #include <arch.h> |