commit | e958b3600484533ff801920290468adc8135f89d | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Jun 04 23:22:32 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jun 06 15:25:02 2008 +0200 |
tree | 09a1febbfdc467a5d73f4dee458785acc3b809b1 | |
parent | 68f4f1ec08e3d95730a2693b99df8260aa0d06ae [diff] |
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>