Rev 1789 | Rev 1852 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1789 | Rev 1851 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | #define KERN_sparc64_REGDEF_H_ |
36 | #define KERN_sparc64_REGDEF_H_ |
37 | 37 | ||
38 | #define PSTATE_IE_BIT 2 |
38 | #define PSTATE_IE_BIT 2 |
39 | #define PSTATE_AM_BIT 8 |
39 | #define PSTATE_AM_BIT 8 |
40 | 40 | ||
- | 41 | #define PSTATE_AG_BIT (1<<0) |
|
- | 42 | #define PSTATE_IG_BIT (1<<11) |
|
- | 43 | #define PSTATE_MG_BIT (1<<10) |
|
- | 44 | ||
41 | #endif |
45 | #endif |
42 | 46 | ||
43 | /** @} |
47 | /** @} |
44 | */ |
48 | */ |