1. 04 7月, 2008 2 次提交
  2. 30 6月, 2008 2 次提交
    • V
      sched: fix warning · 30432094
      Vegard Nossum 提交于
      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: NVegard Nossum <vegard.nossum@gmail.com>
      Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      30432094
    • I
      sched: build fix · 34e83e85
      Ingo Molnar 提交于
      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: NIngo Molnar <mingo@elte.hu>
      34e83e85
  3. 29 6月, 2008 1 次提交
  4. 27 6月, 2008 32 次提交
  5. 25 6月, 2008 3 次提交