Rev 684 | Rev 1410 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 684 | Rev 793 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | #include <arch/mm/page.h> |
29 | #include <arch/mm/page.h> |
30 | #include <genarch/mm/page_ht.h> |
30 | #include <genarch/mm/page_ht.h> |
31 | 31 | ||
32 | void page_arch_init(void) |
32 | void page_arch_init(void) |
33 | { |
33 | { |
34 | page_operations = &page_ht_operations; |
34 | page_mapping_operations = &ht_mapping_operations; |
35 | } |
35 | } |