From: Ingo Molnar Date: Fri, 24 Aug 2007 18:39:10 +0000 (+0200) Subject: sched: fix startup penalty calculation X-Git-Tag: v2.6.23-rc4~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=095e56c7036fe97bc3ebcd80ed6e121be0847656;p=pandora-kernel.git sched: fix startup penalty calculation fix task startup penalty miscalculation: sysctl_sched_granularity is unsigned int and wait_runtime is long so we first have to convert it to long before turning it negative ... Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed