From: Ingo Molnar Date: Mon, 15 Oct 2007 15:00:03 +0000 (+0200) Subject: sched: remove precise CPU load X-Git-Tag: v2.6.24-rc1~1289^2~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a25707f3aef9cf68c341eba5960d580f364e4e6f;p=pandora-kernel.git sched: remove precise CPU load CPU load calculations are statistical anyway, and there's little benefit from having it calculated on every scheduling event. So remove this code, it gets rid of a divide from the scheduler wakeup and context-switch fastpath. Signed-off-by: Ingo Molnar Signed-off-by: Peter Zijlstra Signed-off-by: Mike Galbraith Reviewed-by: Thomas Gleixner --- Reading git-diff-tree failed