]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/numa: document topology_updates_enabled, disable by default
authorNathan Lynch <nathanl@linux.ibm.com>
Thu, 18 Apr 2019 18:56:58 +0000 (13:56 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 20 Apr 2019 12:03:59 +0000 (22:03 +1000)
commit69f6ec45a65e34907fe5c2826a142dfe19c401db
tree7875a04e55f4cb93e2f67f062026a7113ca0775f
parent181dd702d8d6bed2a2e5242ae7ca4f2059c44d45
powerpc/numa: document topology_updates_enabled, disable by default

Changing the NUMA associations for CPUs and memory at runtime is
basically unsupported by the core mm, scheduler etc. We see all manner
of crashes, warnings and instability when the pseries code tries to do
this. Disable this behavior by default, and document the switch a bit.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/numa.c