linux-stable/net/bridge
Christoph Lameter 53b8a315b7 [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>
2007-02-20 17:10:13 -08:00
..
netfilter [PATCH] Convert highest_possible_processor_id to nr_cpu_ids 2007-02-20 17:10:13 -08:00
Kconfig [BRIDGE]: use llc for receiving STP packets 2006-03-20 22:59:06 -08:00
Makefile [BRIDGE]: netlink interface for link management 2006-06-17 21:26:14 -07:00
br.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
br_device.c [NET] BRIDGE: Fix whitespace errors. 2007-02-10 23:19:23 -08:00
br_fdb.c [NET] BRIDGE: Fix whitespace errors. 2007-02-10 23:19:23 -08:00
br_forward.c [NET] BRIDGE: Fix whitespace errors. 2007-02-10 23:19:23 -08:00
br_if.c [BRIDGE] br_if: Fix oops in port_carrier_check 2007-02-13 12:35:26 -08:00
br_input.c [NET] BRIDGE: Fix whitespace errors. 2007-02-10 23:19:23 -08:00
br_ioctl.c [NET] BRIDGE: Fix whitespace errors. 2007-02-10 23:19:23 -08:00
br_netfilter.c [PATCH] sysctl: remove insert_at_head from register_sysctl 2007-02-14 08:09:59 -08:00
br_netlink.c [NETLINK]: Don't BUG on undersized allocations 2007-02-08 12:38:41 -08:00
br_notify.c [BRIDGE] br_if: Fix oops in port_carrier_check 2007-02-13 12:35:26 -08:00
br_private.h [NET] BRIDGE: Fix whitespace errors. 2007-02-10 23:19:23 -08:00
br_private_stp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
br_stp.c [NET] BRIDGE: Fix whitespace errors. 2007-02-10 23:19:23 -08:00
br_stp_bpdu.c [NET] BRIDGE: Fix whitespace errors. 2007-02-10 23:19:23 -08:00
br_stp_if.c [NET] BRIDGE: Fix whitespace errors. 2007-02-10 23:19:23 -08:00
br_stp_timer.c [NET] BRIDGE: Fix whitespace errors. 2007-02-10 23:19:23 -08:00
br_sysfs_br.c [NET] BRIDGE: Fix whitespace errors. 2007-02-10 23:19:23 -08:00
br_sysfs_if.c Network: convert network devices to use struct device instead of class_device 2007-02-07 10:37:11 -08:00