Re: [PATCH v4 4/5] powerpc/numa: Early request for home node associativity

2019-10-02 Thread Nathan Lynch
Srikar Dronamraju writes: > Currently the kernel detects if its running on a shared lpar platform > and requests home node associativity before the scheduler sched_domains > are setup. However between the time NUMA setup is initialized and the > request for home node associativity, workqueue

[PATCH v4 4/5] powerpc/numa: Early request for home node associativity

2019-09-13 Thread Srikar Dronamraju
Currently the kernel detects if its running on a shared lpar platform and requests home node associativity before the scheduler sched_domains are setup. However between the time NUMA setup is initialized and the request for home node associativity, workqueue initializes its per node cpumask. The