[PATCH] cpumask: uninline first_cpu()
authorAndrew Morton <akpm@osdl.org>
Sat, 25 Mar 2006 11:08:08 +0000 (03:08 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 16:22:59 +0000 (08:22 -0800)
commitccb46000f4bb459777686611157ac0eac928704e
tree461e956d9e27a7afa7de64950f3186070ffa61f5
parent64b91379439ff0fb007bde90eb496299c14a9b2a
[PATCH] cpumask: uninline first_cpu()

           text    data     bss     dec     hex filename
before: 3490577 1322408  360000 5172985  4eeef9 vmlinux
after:  3488027 1322496  360128 5170651  4ee5db vmlinux

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/Makefile
lib/cpumask.c [new file with mode: 0644]