]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Convert highest_possible_processor_id to nr_cpu_ids
authorChristoph Lameter <clameter@sgi.com>
Tue, 20 Feb 2007 21:57:51 +0000 (13:57 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 21 Feb 2007 01:10:13 +0000 (17:10 -0800)
commita6e39a65abf4b6934fc6de0c60de8b3f93e9df9a
treef407a607adb1f552942aef9150ec709ed3f01798
parent4085b2b3dede2bf4249ade3fe4243bc8949f6f91
[PATCH] Convert highest_possible_processor_id to nr_cpu_ids

We frequently need the maximum number of possible processors in order to
allocate arrays for all processors.  So far this was done using
highest_possible_processor_id().  However, we do need the number of
processors not the highest id.  Moreover the number was so far dynamically
calculated on each invokation.  The number of possible processors does not
change when the system is running.  We can therefore calculate that number
once.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Cc: Frederik Deweerdt <frederik.deweerdt@gmail.com>
Cc: Neil Brown <neilb@suse.de>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/cpumask.h
init/main.c
lib/cpumask.c
net/bridge/netfilter/ebtables.c
net/sunrpc/svc.c