commit | 8630282070b4a52b12cfa514ba8558e2f3d56360 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Sat Mar 25 03:08:09 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Mar 25 08:23:00 2006 -0800 |
tree | cf648185ccc0a0ba4e7cf752c1c09a0272a6d192 | |
parent | 3d18bd74a22d0bed3bc81fc64c4ba6344a10f155 [diff] |
[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>