commit | 3a75578efae64b94d76eacbf8adf2a3ab13c6aa1 | [log] [tgz] |
---|---|---|
author | Suzuki K. Poulose <suzuki.poulose@arm.com> | Mon Oct 19 14:24:39 2015 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Oct 21 15:33:15 2015 +0100 |
tree | f71756fc694a5b09332eada3813a0cabbd604b73 | |
parent | 64f17818977d0989f7d05347670777611b295799 [diff] |
arm64: Delay ELF HWCAP initialisation until all CPUs are up Delay the ELF HWCAP initialisation until all the (enabled) CPUs are up, i.e, smp_cpus_done(). This is in preparation for detecting the common features across the CPUS and creating a consistent ELF HWCAP for the system. 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>