sched/debug: Remove CONFIG_FAIR_GROUP_SCHED mask
authorAlex Shi <alex.shi@intel.com>
Fri, 28 Jun 2013 11:10:35 +0000 (19:10 +0800)
committerIngo Molnar <mingo@kernel.org>
Fri, 28 Jun 2013 11:17:17 +0000 (13:17 +0200)
Now that we are using runnable load avg in sched balance, we don't
need to keep it under CONFIG_FAIR_GROUP_SCHED.

Also align the code style to #ifdef instead of #if defined() and
reorder the tg output info.

Signed-off-by: Alex Shi <alex.shi@intel.com>
Cc: pjt@google.com
Cc: kamalesh@linux.vnet.ibm.com
Cc: peterz@infradead.org
Link: http://lkml.kernel.org/r/1372417835-4698-1-git-send-email-alex.shi@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>

No differences found