The cache configuration of the boot cpu is now duplicated to secondary
cpus, so there's no need to check for cache aliasing again when a
secondary cpu is booted. Therefore remove the check from
secondary_start_kernel().
Signed-off-by: James Hogan <james.hogan@imgtec.com>
set_cpu_online(cpu, true);
/*
set_cpu_online(cpu, true);
/*
- * Check for cache aliasing.
- * Preemption is disabled
- */
- check_for_cache_aliasing(cpu);
-
- /*
* OK, it's off to the idle thread for us
*/
cpu_startup_entry(CPUHP_ONLINE);
* OK, it's off to the idle thread for us
*/
cpu_startup_entry(CPUHP_ONLINE);