summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/cpuinfo.c
diff options
context:
space:
mode:
authorSuzuki K. Poulose <suzuki.poulose@arm.com>2015-10-19 14:24:49 +0100
committerCatalin Marinas <catalin.marinas@arm.com>2015-10-21 15:35:57 +0100
commitce8b602c694c9482e0ffb7432cd59fa2276673fe (patch)
tree361323d35c0689ad745380f36d851e13dc9bb1e1 /arch/arm64/kernel/cpuinfo.c
parentc1e8656cbae139c8aaf34d7b802edecbc8a1cf58 (diff)
arm64: Refactor check_cpu_capabilities
check_cpu_capabilities runs through a given list of caps and checks if the system has the cap, updates the system capability bitmap and also runs any enable() methods associated with them. All of this is not quite obvious from the name 'check'. This patch splits the check_cpu_capabilities into two parts : 1) update_cpu_capabilities => Runs through the given list and updates the system wide capability map. 2) enable_cpu_capabilities => Runs through the given list and invokes enable() (if any) for the caps enabled on the system. Cc: Andre Przywara <andre.przywara@arm.com> Cc: Will Deacon <will.deacon@arm.com> Suggested-by: Catalin Marinas <catalin.marinsa@arm.com> 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>
Diffstat (limited to 'arch/arm64/kernel/cpuinfo.c')
0 files changed, 0 insertions, 0 deletions