commit | 1c0763037f1e1caef739e36e09c6d41ed7b61b2d | [log] [tgz] |
---|---|---|
author | James Morse <james.morse@arm.com> | Tue Jul 21 13:23:28 2015 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Mon Jul 27 11:08:41 2015 +0100 |
tree | 84306615418b6f7944c628df6170c46647d6d35c | |
parent | 870828e57b141eff76a5325f20e4691dd2a599b1 [diff] |
arm64: kernel: Add cpufeature 'enable' callback This patch adds an 'enable()' callback to cpu capability/feature detection, allowing features that require some setup or configuration to get this opportunity once the feature has been detected. Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: James Morse <james.morse@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>