From: Peter Zijlstra Date: Mon, 15 Oct 2007 15:00:05 +0000 (+0200) Subject: sched: handle vruntime 64-bit overflow X-Git-Tag: v2.6.24-rc1~1289^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9014623c0e3545be58a7f19f55793f6517bdc274;p=pandora-kernel.git sched: handle vruntime 64-bit overflow Handle vruntime overflow by centering the key space around min_vruntime. ( otherwise we could overflow 64-bit vruntime in a few days with SCHED_IDLE tasks - or in a few years with nice +19. ) Signed-off-by: Peter Zijlstra Signed-off-by: Ingo Molnar Signed-off-by: Mike Galbraith Reviewed-by: Thomas Gleixner --- Reading git-diff-tree failed