Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4128 → Rev 4129

/branches/sparc/kernel/arch/sparc64/include/mm/sun4v/tte.h
52,7 → 52,6
#include <arch/types.h>
 
/** Translation Table Entry - Data. */
/** SUN4V-OK */
union tte_data {
uint64_t value;
struct {
74,7 → 73,6
 
typedef union tte_data tte_data_t;
 
// TODO: probably remove once tsb.c exists for both sun4u and sun4v
#define VA_TAG_PAGE_SHIFT 22
 
#endif /* !def __ASM__ */