Commit f43b059d authored by James Hogan's avatar James Hogan

metag: don't check for cache aliasing on smp cpu boot

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: default avatarJames Hogan <james.hogan@imgtec.com>
parent 30dd5f7a
......@@ -403,12 +403,6 @@ asmlinkage void secondary_start_kernel(void)
*/
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
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment