Changeset b0f00a9 in mainline for kernel/arch/ia64/include/register.h
- Timestamp:
- 2011-11-06T22:21:05Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 898e847
- Parents:
- 2bdf8313 (diff), 7b5f4c9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
kernel/arch/ia64/include/register.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/register.h
r2bdf8313 rb0f00a9 60 60 #define PSR_CPL_SHIFT 32 61 61 #define PSR_CPL_MASK_SHIFTED 3 62 63 #define PSR_RI_SHIFT 41 64 #define PSR_RI_LEN 2 62 65 63 66 #define PFM_MASK (~0x3fffffffff) … … 142 145 #ifndef __ASM__ 143 146 144 #ifdef KERNEL145 #include <typedefs.h>146 #else147 #include <sys/types.h>148 #endif149 150 147 /** Processor Status Register. */ 151 148 typedef union {
Note:
See TracChangeset
for help on using the changeset viewer.
