sched: move weighted_cpuload into #ifdef CONFIG_SMP section
authorThomas Gleixner <tglx@linutronix.de>
Wed, 4 Jun 2008 21:22:32 +0000 (23:22 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 6 Jun 2008 13:25:02 +0000 (15:25 +0200)
commite958b3600484533ff801920290468adc8135f89d
tree09a1febbfdc467a5d73f4dee458785acc3b809b1
parent68f4f1ec08e3d95730a2693b99df8260aa0d06ae
sched: move weighted_cpuload into #ifdef CONFIG_SMP section

weighted_cpuload is only used on SMP. move it into the CONFIG_SMP
section.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/sched.c