Changeset 925a21e in mainline for kernel/arch/ia64/include/register.h
- Timestamp:
- 2011-09-24T14:20:29Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5bf76c1
- Parents:
- 867e2555 (diff), 1ab4aca (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
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/register.h
r867e2555 r925a21e 61 61 #define PSR_CPL_MASK_SHIFTED 3 62 62 63 #define PSR_RI_SHIFT 64 #define PSR_RI_LEN 63 #define PSR_RI_SHIFT 41 64 #define PSR_RI_LEN 2 65 65 66 66 #define PFM_MASK (~0x3fffffffff) … … 145 145 #ifndef __ASM__ 146 146 147 #ifdef KERNEL148 #include <typedefs.h>149 #else150 #include <sys/types.h>151 #endif152 153 147 /** Processor Status Register. */ 154 148 typedef union {
Note:
See TracChangeset
for help on using the changeset viewer.