lkml.org 
[lkml]   [2008]   [May]   [29]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateThu, 29 May 2008 09:30:05 -0700
FromMax Krasnyanskiy <>
SubjectRe: [PATCH] [sched] Move cpu masks from kernel/sched.c into kernel/cpu.c
Paul Jackson wrote:
> Max,> > Does this patch mean that some 2K to 3K bytes of kernel text
> will be added to non-SMP systems, due to kernel/cpu.o moving
> from CONFIG_SMP only to always being included?> > If so, then I'd think that the folks who obsess with small
> non-SMP kernels might not like this change.> 

non-SMP ? Do people still build those :) ?
Just kidding.

Hmm, why would it be any different ?
I've just build UP kernel with and w/o the patch

size vmlinux

before
    text	   data	    bss	    dec	    hex	filename
3313797	 307060	 310352	3931209	 3bfc49	vmlinux

after
    text	   data	    bss	    dec	    hex	filename
3313797	 307060	 310352	3931209	 3bfc49	vmlinux

I think we're good here.

Max


\
 
 \ /
  Last update: 2008-05-29 18:33    [from the cache]
©2003-2008