Andrew Morton 96a9b4d31e [PATCH] cpumask: uninline any_online_cpu()
text    data     bss     dec     hex filename
before: 3605597 1363528  363328 5332453  515de5 vmlinux
after:  3605295 1363612  363200 5332107  515c8b vmlinux

218 bytes saved.

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

This function seems inefficient.  Can't we simply AND the two masks, then use
find_first_bit()?

Cc: Paul Jackson <pj@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-03-25 08:23:00 -08:00
..
2006-03-23 07:38:10 -08:00
2006-01-10 08:01:57 -08:00
2006-01-10 08:01:57 -08:00
2005-10-18 08:26:15 -07:00
2006-03-24 07:33:20 -08:00
2005-11-28 14:42:23 -08:00
2006-02-18 16:30:40 -05:00
2005-09-10 10:06:21 -07:00
2006-03-20 13:42:59 -08:00
2006-03-25 08:22:59 -08:00
2005-10-30 17:37:32 -08:00
2006-03-22 07:53:56 -08:00
2005-10-28 08:16:47 -07:00
2005-10-30 17:37:32 -08:00