1. 04 Jul, 2008 2 commits
  2. 30 Jun, 2008 2 commits
    • Vegard Nossum's avatar
      sched: fix warning · 30432094
      Vegard Nossum authored
      This patch fixes the following warning:
      
      kernel/sched.c:1667: warning: 'cfs_rq_set_shares' defined but not used
      
      This seems the correct way to fix this; cfs_rq_set_shares() is only used
      in a single place, which is also inside #ifdef CONFIG_FAIR_GROUP_SCHED.
      Signed-off-by: default avatarVegard Nossum <vegard.nossum@gmail.com>
      Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      30432094
    • Ingo Molnar's avatar
      sched: build fix · 34e83e85
      Ingo Molnar authored
      fix:
      
      kernel/sched.c: In function ‘sched_group_set_shares':
      kernel/sched.c:8635: error: implicit declaration of function ‘cfs_rq_set_shares'
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      34e83e85
  3. 29 Jun, 2008 1 commit
  4. 27 Jun, 2008 32 commits
  5. 25 Jun, 2008 3 commits