diff mbox

arm64: ptrace: remove extra define for CPSR's E bit

Message ID 1468837254-44344-1-git-send-email-vladimir.murzin@arm.com (mailing list archive)
State New, archived
Headers show

Commit Message

Vladimir Murzin July 18, 2016, 10:20 a.m. UTC
...and do not confuse source navigation tools ;)

Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Acked-by: Will Deacon <will.deacon@arm.com>
---
 arch/arm64/include/asm/ptrace.h |    1 -
 1 file changed, 1 deletion(-)

Comments

Catalin Marinas July 19, 2016, 2:28 p.m. UTC | #1
On Mon, Jul 18, 2016 at 11:20:54AM +0100, Vladimir Murzin wrote:
> ...and do not confuse source navigation tools ;)
> 
> Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
> Acked-by: Will Deacon <will.deacon@arm.com>
> ---
>  arch/arm64/include/asm/ptrace.h |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm64/include/asm/ptrace.h b/arch/arm64/include/asm/ptrace.h
> index 7f94755..c930f1f 100644
> --- a/arch/arm64/include/asm/ptrace.h
> +++ b/arch/arm64/include/asm/ptrace.h
> @@ -46,7 +46,6 @@
>  #define COMPAT_PSR_MODE_UND	0x0000001b
>  #define COMPAT_PSR_MODE_SYS	0x0000001f
>  #define COMPAT_PSR_T_BIT	0x00000020
> -#define COMPAT_PSR_E_BIT	0x00000200
>  #define COMPAT_PSR_F_BIT	0x00000040
>  #define COMPAT_PSR_I_BIT	0x00000080
>  #define COMPAT_PSR_A_BIT	0x00000100

Queued for 4.8. Thanks.
diff mbox

Patch

diff --git a/arch/arm64/include/asm/ptrace.h b/arch/arm64/include/asm/ptrace.h
index 7f94755..c930f1f 100644
--- a/arch/arm64/include/asm/ptrace.h
+++ b/arch/arm64/include/asm/ptrace.h
@@ -46,7 +46,6 @@ 
 #define COMPAT_PSR_MODE_UND	0x0000001b
 #define COMPAT_PSR_MODE_SYS	0x0000001f
 #define COMPAT_PSR_T_BIT	0x00000020
-#define COMPAT_PSR_E_BIT	0x00000200
 #define COMPAT_PSR_F_BIT	0x00000040
 #define COMPAT_PSR_I_BIT	0x00000080
 #define COMPAT_PSR_A_BIT	0x00000100