Re: [PATCHv3 0/3] Handle SETEND for AArch32 tasks

2015-01-23 Thread Catalin Marinas
On Wed, Jan 21, 2015 at 12:43:08PM +, Suzuki K. Poulose wrote: > From: "Suzuki K. Poulose" > > This series add support for controlling the 'setend' instruction, > which is deprecated in ARMv8, using the legacy instruction emulation > framework, introduced by Punit Agrawal. > > Changes since

Re: [PATCHv3 0/3] Handle SETEND for AArch32 tasks

2015-01-23 Thread Catalin Marinas
On Wed, Jan 21, 2015 at 12:43:08PM +, Suzuki K. Poulose wrote: From: Suzuki K. Poulose suzuki.poul...@arm.com This series add support for controlling the 'setend' instruction, which is deprecated in ARMv8, using the legacy instruction emulation framework, introduced by Punit Agrawal.

[PATCHv3 0/3] Handle SETEND for AArch32 tasks

2015-01-21 Thread Suzuki K. Poulose
From: "Suzuki K. Poulose" This series add support for controlling the 'setend' instruction, which is deprecated in ARMv8, using the legacy instruction emulation framework, introduced by Punit Agrawal. Changes since V2: - Move ID_AA64MMFR0_EL1 bit definitions to asm/cputype.h - Use mask/value

[PATCHv3 0/3] Handle SETEND for AArch32 tasks

2015-01-21 Thread Suzuki K. Poulose
From: Suzuki K. Poulose suzuki.poul...@arm.com This series add support for controlling the 'setend' instruction, which is deprecated in ARMv8, using the legacy instruction emulation framework, introduced by Punit Agrawal. Changes since V2: - Move ID_AA64MMFR0_EL1 bit definitions to