commit | 577b4a58d2e74a4d48050eeea3e3f952ce04eb86 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Jul 11 13:34:54 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jul 18 13:56:03 2008 +0200 |
tree | d980050094b9903115811159b190c464a399978b | |
parent | 13b40c1e40f3261e83ee514a08b77dbecb93021b [diff] |
sched: fix warning in inc_rt_tasks() to not declare variable 'rq' if it's not needed Fix inc_rt_tasks() to not declare variable 'rq' if it's not needed. It is declared if CONFIG_SMP or CONFIG_RT_GROUP_SCHED, but only used if CONFIG_SMP. This is a consequence of patch 1f11eb6a8bc92536d9e93ead48fa3ffbd1478571 plus patch 1100ac91b6af02d8639d518fad5b434b1bf44ed6. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>