sched: s/sched_latency/sched_min_granularitymaster
commit50c46637aa894f904e2fb39086a3d7732f68bd50
authorIngo Molnar <mingo@elte.hu>
Sat, 25 Aug 2007 20:17:19 +0000 (25 22:17 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 25 Aug 2007 20:17:19 +0000 (25 22:17 +0200)
treed8cceec7806eef62396eed7be95b06aa4b06f8ed
parenta3ce8ea66ae9379235334a989ed78a1ea518b0b3
sched: s/sched_latency/sched_min_granularity

runtime limit and wakeup granularity used to be a function of
granularity and that was incorrect changed to sched_latency.

Fix this to make wakeup granularity a function of min-granularity,
and the runtime limit equal to latency.

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