Rev 2071 | Rev 2125 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 2089 | ||
|---|---|---|---|
| Line 32... | Line 32... | ||
| 32 | /** @file |
32 | /** @file |
| 33 | * @ingroup ia32mm, amd64mm |
33 | * @ingroup ia32mm, amd64mm |
| 34 | */ |
34 | */ |
| 35 | 35 | ||
| 36 | #include <arch/mm/as.h> |
36 | #include <arch/mm/as.h> |
| 37 | #include <genarch/mm/as_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 | as_operations = &as_pt_operations; |
42 | as_operations = &as_pt_operations; |