From: Michael Hennerich Date: Thu, 9 Jul 2009 09:58:52 +0000 (+0000) Subject: Blackfin: drop per-cpu loops_per_jiffy tracking X-Git-Tag: v2.6.31-rc4~22^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c70c754ff916cedd969a73549799d2167ffefcd6;p=pandora-kernel.git Blackfin: drop per-cpu loops_per_jiffy tracking On Blackfin SMP, a per-cpu loops_per_jiffy is pointless since both cores always run at the same CCLK. In addition, the current implementation has flaws since the main consumer for loops_per_jiffy (asm/delay.h) uses the global kernel loops_per_jiffy and not the per_cpu one. So punt all of the per-cpu handling and go back to the global shared one. Signed-off-by: Michael Hennerich Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed