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)
weighted_cpuload is only used on SMP. move it into the CONFIG_SMP
section.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found