[PATCH] cpumask: uninline highest_possible_processor_id()
authorAndrew Morton <akpm@osdl.org>
Sat, 25 Mar 2006 11:08:09 +0000 (03:08 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 16:23:00 +0000 (08:23 -0800)
commit8630282070b4a52b12cfa514ba8558e2f3d56360
treecf648185ccc0a0ba4e7cf752c1c09a0272a6d192
parent3d18bd74a22d0bed3bc81fc64c4ba6344a10f155
[PATCH] cpumask: uninline highest_possible_processor_id()

Shrinks the only caller (net/bridge/netfilter/ebtables.c) by 174 bytes.

Also, optimise highest_possible_processor_id() out of existence on
CONFIG_SMP=n.

Cc: Paul Jackson <pj@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/cpumask.h
lib/cpumask.c