From: Peter Zijlstra Date: Mon, 5 May 2008 21:56:17 +0000 (+0200) Subject: sched: optimize calc_delta_mine() X-Git-Tag: v2.6.26-rc2~62^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e05510d01ad1565e5e086a939261084d67ba2b10;p=pandora-kernel.git sched: optimize calc_delta_mine() Joel noticed that the !lw->inv_weight contition isn't unlikely anymore so remove the unlikely annotation. Also, remove the two div64_u64() inv_weight calculations, which makes them rely on the calc_delta_mine() path as well. Signed-off-by: Peter Zijlstra CC: Joel Schopp Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed