diff options
author | 2008-05-29 11:17:02 -0700 | |
---|---|---|
committer | 2008-06-06 15:25:01 +0200 | |
commit | 68f4f1ec08e3d95730a2693b99df8260aa0d06ae (patch) | |
tree | c5deab621f545eac80fcec6608d68cddf6705032 /kernel/sched_debug.c | |
parent | sched: CPU hotplug events must not destroy scheduler domains created by the cpusets (diff) | |
download | linux-rng-68f4f1ec08e3d95730a2693b99df8260aa0d06ae.tar.xz linux-rng-68f4f1ec08e3d95730a2693b99df8260aa0d06ae.zip |
sched: Move cpu masks from kernel/sched.c into kernel/cpu.c
kernel/cpu.c seems a more logical place for those maps since they do not really
have much to do with the scheduler these days.
kernel/cpu.c is now built for the UP kernel too, but it does not affect the size
the kernel sections.
$ 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
Signed-off-by: Max Krasnyansky <maxk@qualcomm.com>
Cc: pj@sgi.com
Cc: menage@google.com
Cc: rostedt@goodmis.org
Cc: mingo@elte.hu
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/sched_debug.c')
0 files changed, 0 insertions, 0 deletions