From: Graf Yang Date: Mon, 1 Feb 2010 06:07:50 +0000 (+0000) Subject: Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu data X-Git-Tag: v2.6.34-rc2~11^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=718340f62900ed44046d2b0f74d0dec7cf844194;p=pandora-kernel.git Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu data This functions are implicitly called by core functions like cpu_relax(), and since those functions may be called early on before common code has initialized the per-cpu data area, we need to tweak the stats gathering. Now the statistics are maintained in common bss which makes these funcs safe to use as soon as the C runtime env is setup. Signed-off-by: Graf Yang Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed