Re: [PATCH v2 4/5] ARM: introduce HWCAP2 feature bits for ARMv8 Crypto Extensions

2014-01-20 Thread Catalin Marinas
On Mon, Dec 23, 2013 at 02:06:31PM +, Ard Biesheuvel wrote: > This allocates feature bits 0-4 in HWCAP2 for the crypto and CRC > extensions introduced in ARMv8. > > Signed-off-by: Ard Biesheuvel Acked-by: Catalin Marinas -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH v2 4/5] ARM: introduce HWCAP2 feature bits for ARMv8 Crypto Extensions

2014-01-20 Thread Catalin Marinas
On Mon, Dec 23, 2013 at 02:06:31PM +, Ard Biesheuvel wrote: This allocates feature bits 0-4 in HWCAP2 for the crypto and CRC extensions introduced in ARMv8. Signed-off-by: Ard Biesheuvel ard.biesheu...@linaro.org Acked-by: Catalin Marinas catalin.mari...@arm.com -- To unsubscribe from

[PATCH v2 4/5] ARM: introduce HWCAP2 feature bits for ARMv8 Crypto Extensions

2013-12-23 Thread Ard Biesheuvel
This allocates feature bits 0-4 in HWCAP2 for the crypto and CRC extensions introduced in ARMv8. Signed-off-by: Ard Biesheuvel --- arch/arm/include/uapi/asm/hwcap.h | 5 + arch/arm/kernel/setup.c | 5 + 2 files changed, 10 insertions(+) diff --git

[PATCH v2 4/5] ARM: introduce HWCAP2 feature bits for ARMv8 Crypto Extensions

2013-12-23 Thread Ard Biesheuvel
This allocates feature bits 0-4 in HWCAP2 for the crypto and CRC extensions introduced in ARMv8. Signed-off-by: Ard Biesheuvel ard.biesheu...@linaro.org --- arch/arm/include/uapi/asm/hwcap.h | 5 + arch/arm/kernel/setup.c | 5 + 2 files changed, 10 insertions(+) diff --git