Rev 2071 | Rev 2106 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2089 | ||
---|---|---|---|
Line 41... | Line 41... | ||
41 | #include <mm/as.h> |
41 | #include <mm/as.h> |
42 | #include <synch/mutex.h> |
42 | #include <synch/mutex.h> |
43 | #include <arch/mm/page.h> |
43 | #include <arch/mm/page.h> |
44 | #include <arch/mm/as.h> |
44 | #include <arch/mm/as.h> |
45 | #include <arch/types.h> |
45 | #include <arch/types.h> |
46 | #include <typedefs.h> |
- | |
47 | #include <memstr.h> |
46 | #include <memstr.h> |
48 | #include <arch.h> |
47 | #include <arch.h> |
49 | 48 | ||
50 | static pte_t *ptl0_create(int flags); |
49 | static pte_t *ptl0_create(int flags); |
51 | static void ptl0_destroy(pte_t *page_table); |
50 | static void ptl0_destroy(pte_t *page_table); |