Rev 867 | Rev 972 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 867 | Rev 934 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | */ |
27 | */ |
28 | 28 | ||
29 | #include <arch/mm/frame.h> |
29 | #include <arch/mm/frame.h> |
30 | #include <arch/mm/memory_init.h> |
30 | #include <arch/mm/memory_init.h> |
31 | #include <mm/frame.h> |
31 | #include <mm/frame.h> |
32 | #include <genarch/ofw/memory_init.h> |
- | |
33 | 32 | ||
34 | void frame_arch_init(void) |
33 | void frame_arch_init(void) |
35 | { |
34 | { |
36 | ofw_init_zones(); |
- | |
37 | /* First is exception vector, second is 'implementation specific' */ |
35 | /* First is exception vector, second is 'implementation specific' */ |
38 | frame_mark_unavailable(0, 2); |
36 | frame_mark_unavailable(0, 2); |
39 | } |
37 | } |