commit | 36dffab679c7eeb91c2507400cf4da6e9e01164e | [log] [tgz] |
---|---|---|
author | Vaidyanathan Srinivasan <svaidy@linux.vnet.ibm.com> | Sat Dec 20 10:06:38 2008 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Dec 23 22:37:29 2008 +0100 |
tree | 6ac1a7e2362ba0da6fd93a068c61508d02bcba05 | |
parent | b77b881f21b29aa7efa668fde69ee3dc0372ae3f [diff] |
sched: nominate preferred wakeup cpu, fix Andrew Morton reported: > kernel/sched.c: In function 'schedule': > kernel/sched.c:3679: warning: 'active_balance' may be used uninitialized in this function > > This warning is correct - the code is buggy. In sched.c load_balance_newidle, there's real potential use of uninitialised variable - fix it. Signed-off-by: Vaidyanathan Srinivasan <svaidy@linux.vnet.ibm.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>