arm64: Move cpu feature detection code
authorSuzuki K. Poulose <suzuki.poulose@arm.com>
Mon, 19 Oct 2015 13:24:41 +0000 (14:24 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 21 Oct 2015 14:33:46 +0000 (15:33 +0100)
commit9cdf8ec4a86b9310111f741bbaf11df9120e0482
treefc4ff7a1995cc8fa01eea76db09da62889d4e677
parent4b998ff1885eecd3dc330bf057e24667c1db84a4
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>
arch/arm64/kernel/cpufeature.c
arch/arm64/kernel/setup.c
This page took 0.025203 seconds and 5 git commands to generate.