]> Pileus Git - ~andy/linux/commit
metag: don't check for cache aliasing on smp cpu boot
authorJames Hogan <james.hogan@imgtec.com>
Mon, 24 Jun 2013 10:12:38 +0000 (11:12 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Thu, 27 Jun 2013 12:49:48 +0000 (13:49 +0100)
commitf43b059d8dfb90f7c87b88eff0a57f5a79dd87ff
treed7a252b5dc81d8ac52319372de24456c5bd4fb49
parent30dd5f7a573f10383d1fef237c69e6f69a1589e8
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: James Hogan <james.hogan@imgtec.com>
arch/metag/kernel/smp.c