Rev 967 | Rev 1108 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 967 | Rev 977 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | 36 | ||
37 | #ifdef KERNEL |
37 | #ifdef KERNEL |
38 | 38 | ||
39 | #include <mm/page.h> |
39 | #include <mm/page.h> |
40 | #include <arch/types.h> |
40 | #include <arch/types.h> |
- | 41 | #include <genarch/mm/page_ht.h> |
|
41 | 42 | ||
42 | #define KA2PA(x) ((__address) (x)) |
43 | #define KA2PA(x) ((__address) (x)) |
43 | #define PA2KA(x) ((__address) (x)) |
44 | #define PA2KA(x) ((__address) (x)) |
44 | 45 | ||
45 | #define SET_PTL0_ADDRESS_ARCH(x) /**< To be removed as situation permits. */ |
46 | #define SET_PTL0_ADDRESS_ARCH(x) /**< To be removed as situation permits. */ |