[PATCH] arm64: ptrace: remove extra define for CPSR's E bit
Catalin Marinas
catalin.marinas at arm.com
Tue Jul 19 07:28:00 PDT 2016
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 at arm.com>
> Acked-by: Will Deacon <will.deacon at 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.
--
Catalin
More information about the linux-arm-kernel
mailing list