diff options
author | Will Deacon <will.deacon@arm.com> | 2017-10-19 14:27:11 +0200 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2017-10-27 17:27:03 +0200 |
commit | d7b1d22d3821ecc946848f5db3e7c728696d9722 (patch) | |
tree | ee747c90600aeb63dbc5a40933ee46656c297f4e /arch | |
parent | arm64: traps: Pretty-print pstate in register dumps (diff) | |
download | linux-d7b1d22d3821ecc946848f5db3e7c728696d9722.tar.xz linux-d7b1d22d3821ecc946848f5db3e7c728696d9722.zip |
arm64: uapi: Remove PSR_Q_BIT
PSTATE.Q only exists for AArch32, which can be referred to using
COMPAT_PSR_Q_BIT. Remove PSR_Q_BIT, since the native bit doesn't exist
in the architecture
Tested-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/include/uapi/asm/ptrace.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/include/uapi/asm/ptrace.h b/arch/arm64/include/uapi/asm/ptrace.h index d1ff83dfe5de..3697d95ba0a1 100644 --- a/arch/arm64/include/uapi/asm/ptrace.h +++ b/arch/arm64/include/uapi/asm/ptrace.h @@ -46,7 +46,6 @@ #define PSR_D_BIT 0x00000200 #define PSR_PAN_BIT 0x00400000 #define PSR_UAO_BIT 0x00800000 -#define PSR_Q_BIT 0x08000000 #define PSR_V_BIT 0x10000000 #define PSR_C_BIT 0x20000000 #define PSR_Z_BIT 0x40000000 |