commit | 0d721ceadbeaa24d7f9dd41b3e5e29912327a7e1 | [log] [tgz] |
---|---|---|
author | Peter Williams <pwil3058@bigpond.net.au> | Mon Sep 21 01:31:53 2009 +0000 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Sep 21 09:53:55 2009 +0200 |
tree | 54c0c8dc201122483bdd7e8975103b07f6afd34b | |
parent | cb5fd13f1178dee4302646b2890d884c380160e1 [diff] |
sched: Simplify sys_sched_rr_get_interval() system call By removing the need for it to know details of scheduling classes. This allows PlugSched to define orthogonal scheduling classes. Signed-off-by: Peter Williams <pwil3058@bigpond.net.au> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Mike Galbraith <efault@gmx.de> LKML-Reference: <06d1b89ee15a0eef82d7.1253496713@mudlark.pw.nest> Signed-off-by: Ingo Molnar <mingo@elte.hu>