]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/mm: Remove stale_map[] handling on non SMP processors
authorChristophe Leroy <christophe.leroy@c-s.fr>
Wed, 21 Mar 2018 14:07:53 +0000 (15:07 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 3 Jun 2018 14:39:16 +0000 (00:39 +1000)
commitc865c955878eb56d4f37d7ab82438b68fbac4201
treeaa87e4cec1a65d38f29f8356664cdfb133548366
parent9e4f02e24e106449a5efc964b74a195edb230a57
powerpc/mm: Remove stale_map[] handling on non SMP processors

stale_map[] bits are only set in steal_context_smp() so
on UP processors this map is useless. Only manage it for SMP
processors.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/mmu_context_nohash.c