Rev 2089 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2089 | Rev 2125 | ||
---|---|---|---|
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__ |
|
42 | as_operations = &as_pt_operations; |
43 | as_operations = &as_pt_operations; |
- | 44 | #endif |
|
43 | } |
45 | } |
44 | 46 | ||
45 | /** @} |
47 | /** @} |
46 | */ |
48 | */ |