sched: clean up sched_domain_debug()
authorIngo Molnar <mingo@elte.hu>
Wed, 24 Oct 2007 16:23:48 +0000 (18:23 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 24 Oct 2007 16:23:48 +0000 (18:23 +0200)
commit4dcf6aff023d9934630fb3649284951831c51f8f
treeed949a5b38ec42579f077c96115cbca950b0bca3
parentb15136e9497ef5d6e08cf665e0d0acf7a229f6dc
sched: clean up sched_domain_debug()

clean up sched_domain_debug().

this also shrinks the code a bit:

   text    data     bss     dec     hex filename
  50474    4306     480   55260    d7dc sched.o.before
  50404    4306     480   55190    d796 sched.o.after

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c