projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7300d4
)
arm64: uapi: Remove PSR_Q_BIT
author
Will Deacon
<will.deacon@arm.com>
Thu, 19 Oct 2017 12:27:11 +0000
(13:27 +0100)
committer
Will Deacon
<will.deacon@arm.com>
Fri, 27 Oct 2017 15:27:03 +0000
(16:27 +0100)
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>
arch/arm64/include/uapi/asm/ptrace.h
patch
|
blob
|
history
diff --git
a/arch/arm64/include/uapi/asm/ptrace.h
b/arch/arm64/include/uapi/asm/ptrace.h
index d1ff83dfe5deae580cdb0ebf93f25b32a63f5a74..3697d95ba0a1d6422110c5af0a35ef26ef4f3cb0 100644
(file)
--- 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