Rev 619 | Rev 763 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 619 | Rev 756 | ||
---|---|---|---|
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_SIZE 8192 |
34 | #define FRAME_WIDTH 13 |
- | 35 | #define FRAME_SIZE (1<<FRAME_WIDTH) |
|
35 | 36 | ||
36 | union frame_address { |
37 | union frame_address { |
37 | __address address; |
38 | __address address; |
38 | struct { |
39 | struct { |
39 | unsigned : 23; |
40 | unsigned : 23; |