commit | 9cdf8ec4a86b9310111f741bbaf11df9120e0482 | [log] [tgz] |
---|---|---|
author | Suzuki K. Poulose <suzuki.poulose@arm.com> | Mon Oct 19 14:24:41 2015 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Oct 21 15:33:46 2015 +0100 |
tree | fc4ff7a1995cc8fa01eea76db09da62889d4e677 | |
parent | 4b998ff1885eecd3dc330bf057e24667c1db84a4 [diff] |
arm64: Move cpu feature detection code This patch moves the CPU feature detection code from arch/arm64/kernel/{setup.c to cpufeature.c} The plan is to consolidate all the CPU feature handling in cpufeature.c. Apart from changing pr_fmt from "alternatives" to "cpu features", there are no functional changes. Signed-off-by: Suzuki K. Poulose <suzuki.poulose@arm.com> Tested-by: Dave Martin <Dave.Martin@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>