Subversion Repositories HelenOS-historic

Rev

Rev 756 | Rev 967 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 756 Rev 763
Line 29... Line 29...
29
#ifndef __sparc64_FRAME_H__
29
#ifndef __sparc64_FRAME_H__
30
#define __sparc64_FRAME_H__
30
#define __sparc64_FRAME_H__
31
 
31
 
32
#include <arch/types.h>
32
#include <arch/types.h>
33
 
33
 
34
#define FRAME_WIDTH     13
34
#define FRAME_WIDTH     13  /* 8K */
35
#define FRAME_SIZE      (1<<FRAME_WIDTH)
35
#define FRAME_SIZE      (1<<FRAME_WIDTH)
36
 
36
 
37
union frame_address {
37
union frame_address {
38
    __address address;
38
    __address address;
39
    struct {
39
    struct {