/kernel/trunk/arch/sparc64/include/types.h |
---|
47,7 → 47,7 |
typedef __u64 ipl_t; |
typedef __u64 __native; |
typedef __s64 __native; |
typedef __s64 __snative; |
typedef struct pte pte_t; |
/kernel/trunk/arch/sparc64/include/mm/page.h |
---|
38,6 → 38,7 |
#include <mm/page.h> |
#include <arch/types.h> |
#include <genarch/mm/page_ht.h> |
#define KA2PA(x) ((__address) (x)) |
#define PA2KA(x) ((__address) (x)) |