commit | 1efcfe79d97dff9d436748a13a329f64cda6e67e | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Tue Apr 21 15:29:19 2020 +0100 |
committer | Will Deacon <will@kernel.org> | Tue Apr 28 14:23:34 2020 +0100 |
tree | d72fdc516bf7fe3180e6ebd0f20f255a1a7eef1b | |
parent | 13dc4d836179444f0ca90188cfccd23f9cd9ff05 [diff] |
arm64: cpufeature: Factor out checking of AArch32 features update_cpu_features() is pretty large, so split out the checking of the AArch32 features into a separate function and call it after checking the AArch64 features. Tested-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org> Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com> Link: https://lore.kernel.org/r/20200421142922.18950-6-will@kernel.org Signed-off-by: Will Deacon <will@kernel.org>