commit | 4890aea65ae7b5d424b5020e8be193b08a545990 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Wed Feb 14 01:08:20 2018 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sat Mar 31 00:06:44 2018 +1100 |
tree | 8b7dd5d5d9f0f994b90dfdceb4796e13028c96b1 | |
parent | 59f577743d71bf796ceac10961bf6cfa5ca26786 [diff] |
powerpc/64: Allocate pacas per node Per-node allocations are possible on 64s with radix that does not have the bolted SLB limitation. Hash would be able to do the same if all CPUs had the bottom of their node-local memory bolted as well. This is left as an exercise for the reader. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Add dummy definition of boot_cpuid for !SMP] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>