summaryrefslogtreecommitdiff
path: root/fs/seq_file.c
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2008-12-29 22:35:13 (GMT)
committerRusty Russell <rusty@rustcorp.com.au>2008-12-29 22:35:13 (GMT)
commit4b0bc0bca83f3fb7cf920e2ec80684c15d2269c0 (patch)
treeb0a76e8b3d6e505deeaf5c1eba4db18c3ee20f35 /fs/seq_file.c
parent278d1ed65e25d80af7c3a112d707b3f70516ddb4 (diff)
downloadlinux-4b0bc0bca83f3fb7cf920e2ec80684c15d2269c0.tar.xz
bitmap: test for constant as well as small size for inline versions
Impact: reduce text size bitmap_zero et al have a fastpath for nbits <= BITS_PER_LONG, but this should really only apply where the nbits is known at compile time. This only saves about 1200 bytes on an allyesconfig kernel, but with cpumasks going variable that number will increase. text data bss dec hex filename 35327852 5035607 6782976 47146435 2cf65c3 vmlinux-before 35326640 5035607 6782976 47145223 2cf6107 vmlinux-after Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'fs/seq_file.c')
0 files changed, 0 insertions, 0 deletions