Re: [PATCH 2/3] arm64/setup: Use ID_AA64ISAR0_EL1_.* macros

2016-11-07 Thread Suzuki K Poulose
On 03/09/15 19:12, Alexander Kuleshov wrote: The 26d75e67c commit (arm64/cpufeature.h: Add macros for a cpu features testing) provides set of macros for the testing processor's crypto features. Let's use these macros instead of direct calculation. Signed-off-by: Alexander Kuleshov

Re: [PATCH 2/3] arm64/setup: Use ID_AA64ISAR0_EL1_.* macros

2016-11-07 Thread Suzuki K Poulose
On 03/09/15 19:12, Alexander Kuleshov wrote: The 26d75e67c commit (arm64/cpufeature.h: Add macros for a cpu features testing) provides set of macros for the testing processor's crypto features. Let's use these macros instead of direct calculation. Signed-off-by: Alexander Kuleshov ---

Re: [PATCH 2/3] arm64/setup: Use ID_AA64ISAR0_EL1_.* macros

2015-09-04 Thread Catalin Marinas
On Fri, Sep 04, 2015 at 12:12:52AM +0600, Alexander Kuleshov wrote: > The 26d75e67c commit (arm64/cpufeature.h: Add macros for a cpu features Please drop the commit number here, that's specific to your tree and not something in mainline. -- Catalin -- To unsubscribe from this list: send the

Re: [PATCH 2/3] arm64/setup: Use ID_AA64ISAR0_EL1_.* macros

2015-09-04 Thread Catalin Marinas
On Fri, Sep 04, 2015 at 12:12:52AM +0600, Alexander Kuleshov wrote: > The 26d75e67c commit (arm64/cpufeature.h: Add macros for a cpu features Please drop the commit number here, that's specific to your tree and not something in mainline. -- Catalin -- To unsubscribe from this list: send the

[PATCH 2/3] arm64/setup: Use ID_AA64ISAR0_EL1_.* macros

2015-09-03 Thread Alexander Kuleshov
The 26d75e67c commit (arm64/cpufeature.h: Add macros for a cpu features testing) provides set of macros for the testing processor's crypto features. Let's use these macros instead of direct calculation. Signed-off-by: Alexander Kuleshov --- arch/arm64/kernel/setup.c | 29

[PATCH 2/3] arm64/setup: Use ID_AA64ISAR0_EL1_.* macros

2015-09-03 Thread Alexander Kuleshov
The 26d75e67c commit (arm64/cpufeature.h: Add macros for a cpu features testing) provides set of macros for the testing processor's crypto features. Let's use these macros instead of direct calculation. Signed-off-by: Alexander Kuleshov --- arch/arm64/kernel/setup.c | 29