]> git.baikalelectronics.ru Git - kernel.git/commit
sched: rename idle_type/SCHED_IDLE
authorIngo Molnar <mingo@elte.hu>
Mon, 9 Jul 2007 16:51:57 +0000 (18:51 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 9 Jul 2007 16:51:57 +0000 (18:51 +0200)
commit6d513aea82f4f8881e5e4946bc62313bdbb0695c
tree62362e16a1b189161d0c163085898043e6844a5e
parentb95638200d2829c5d77f0c233c981c15246e2b88
sched: rename idle_type/SCHED_IDLE

enum idle_type (used by the load-balancer) clashes with the
SCHED_IDLE name that we want to introduce. 'CPU_IDLE' instead
of 'SCHED_IDLE' is more descriptive as well.

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