git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbdcf18
)
sched: rt: account the cpu time during the tick
author
Peter Zijlstra
<a.p.zijlstra@chello.nl>
Thu, 20 Dec 2007 14:01:17 +0000
(15:01 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 20 Dec 2007 14:01:17 +0000
(15:01 +0100)
Realtime tasks would not account their runtime during ticks. Which would lead
to:
struct sched_param param = { .sched_priority = 10 };
pthread_setschedparam(pthread_self(), SCHED_FIFO, ¶m);
while (1) ;
Not showing up in top.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/sched_rt.c
patch
|
blob
|
history
diff --cc
kernel/sched_rt.c
Simple merge