]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SPARC64]: Restore 2.4.x /proc/cpuinfo behavior for "ncpus probed" field.
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 11 Nov 2005 20:48:56 +0000 (12:48 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 11 Nov 2005 20:48:56 +0000 (12:48 -0800)
commit4d45cbacb8488ae3172065e4fca608079492231b
treedb8c485e2837185487aecbd46d27205dbc9e7536
parent388f7ef720a982f49925e7b4e96f216f208f8c03
[SPARC64]: Restore 2.4.x /proc/cpuinfo behavior for "ncpus probed" field.

Noticed by Tom 'spot' Callaway.

Even on uniprocessor we always reported the number of physical
cpus in the system via /proc/cpuinfo.  But when this got changed
to use num_possible_cpus() it always reads as "1" on uniprocessor.
This change was unintentional.

So scan the firmware device tree and count the number of cpu
nodes, and report that, as we always did.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/setup.c
arch/sparc64/kernel/smp.c