From: Andrew Morton Date: Sat, 25 Mar 2006 11:08:09 +0000 (-0800) Subject: [PATCH] cpumask: uninline highest_possible_processor_id() X-Git-Tag: v2.6.17-rc1~763 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8630282070b4a52b12cfa514ba8558e2f3d56360;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed