Re: powerpc/mm: Drop dump_numa_memory_topology()

2016-10-21 Thread Michael Ellerman
On Thu, 2016-13-10 at 05:27:30 UTC, Michael Ellerman wrote: > At boot we dump the NUMA memory topology in dump_numa_memory_topology(), > at KERN_DEBUG level, resulting in output like: > > Node 0 Memory: 0x0-0x1 > Node 1 Memory: 0x1-0x2 > > Which is nice enough, but imm

Re: [PATCH] powerpc/mm: Drop dump_numa_memory_topology()

2016-10-13 Thread Michael Ellerman
Balbir Singh writes: > On 13/10/16 16:27, Michael Ellerman wrote: >> At boot we dump the NUMA memory topology in dump_numa_memory_topology(), >> at KERN_DEBUG level, resulting in output like: >> >> Node 0 Memory: 0x0-0x1 >> Node 1 Memory: 0x1-0x2 >> >> Which is nice

Re: [PATCH] powerpc/mm: Drop dump_numa_memory_topology()

2016-10-13 Thread Balbir Singh
On 13/10/16 16:27, Michael Ellerman wrote: > At boot we dump the NUMA memory topology in dump_numa_memory_topology(), > at KERN_DEBUG level, resulting in output like: > > Node 0 Memory: 0x0-0x1 > Node 1 Memory: 0x1-0x2 > > Which is nice enough, but immediately after

[PATCH] powerpc/mm: Drop dump_numa_memory_topology()

2016-10-12 Thread Michael Ellerman
At boot we dump the NUMA memory topology in dump_numa_memory_topology(), at KERN_DEBUG level, resulting in output like: Node 0 Memory: 0x0-0x1 Node 1 Memory: 0x1-0x2 Which is nice enough, but immediately after that we iterate over each node and call setup_node_data(),