From: Peter Zijlstra Date: Thu, 20 Dec 2007 14:01:17 +0000 (+0100) Subject: sched: rt: account the cpu time during the tick X-Git-Tag: v2.6.24-rc6~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67e2be02328b9a61a9c799fbdd4ec94d7da0c323;p=pandora-kernel.git sched: rt: account the cpu time during the tick 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 Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed