diff options
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/ptrace.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/include/asm/ptrace.h b/arch/arm/include/asm/ptrace.h index 236a06b9b7ce..4a4290f7b4a2 100644 --- a/arch/arm/include/asm/ptrace.h +++ b/arch/arm/include/asm/ptrace.h | |||
@@ -65,6 +65,13 @@ | |||
65 | #define PSR_x 0x0000ff00 /* Extension */ | 65 | #define PSR_x 0x0000ff00 /* Extension */ |
66 | #define PSR_c 0x000000ff /* Control */ | 66 | #define PSR_c 0x000000ff /* Control */ |
67 | 67 | ||
68 | /* | ||
69 | * ARMv7 groups of APSR bits | ||
70 | */ | ||
71 | #define PSR_ISET_MASK 0x01000010 /* ISA state (J, T) mask */ | ||
72 | #define PSR_IT_MASK 0x0600fc00 /* If-Then execution state mask */ | ||
73 | #define PSR_ENDIAN_MASK 0x00000200 /* Endianness state mask */ | ||
74 | |||
68 | #ifndef __ASSEMBLY__ | 75 | #ifndef __ASSEMBLY__ |
69 | 76 | ||
70 | /* | 77 | /* |