Rev 2125 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2125 | Rev 3240 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | #include <genarch/mm/page_pt.h> |
37 | #include <genarch/mm/page_pt.h> |
38 | 38 | ||
39 | /** Architecture dependent address space init. */ |
39 | /** Architecture dependent address space init. */ |
40 | void as_arch_init(void) |
40 | void as_arch_init(void) |
41 | { |
41 | { |
42 | #ifndef __OBJC__ |
- | |
43 | as_operations = &as_pt_operations; |
42 | as_operations = &as_pt_operations; |
44 | #endif |
- | |
45 | } |
43 | } |
46 | 44 | ||
47 | /** @} |
45 | /** @} |
48 | */ |
46 | */ |