kernel-ark/arch/blackfin/mach-common
Graf Yang 718340f629 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 <graf.yang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-03-09 00:30:50 -05:00
..
arch_checks.c Blackfin: check for anomaly 05000475 2009-11-25 02:35:41 -05:00
cache-c.c Blackfin: mass clean up of copyright/licensing info 2009-10-07 04:36:26 -04:00
cache.S Blackfin: mass clean up of copyright/licensing info 2009-10-07 04:36:26 -04:00
clocks-init.c Blackfin: pull in asm/dpmc.h for power defines 2009-12-15 00:14:50 -05:00
cpufreq.c Blackfin: add support for cpufreq on SMP systems 2010-03-09 00:30:50 -05:00
dpmc_modes.S Blackfin: bf538: add support for extended GPIO banks 2009-12-15 00:14:05 -05:00
dpmc.c [Blackfin] arch: Functional power management support: Add CPU and platform voltage scaling support 2008-05-07 11:41:26 +08:00
entry.S Blackfin: add support for irqflags tracing 2010-03-09 00:30:49 -05:00
head.S Blackfin: initial XIP support 2010-03-09 00:30:48 -05:00
interrupt.S Blackfin: implement nmi_watchdog for SMP on BF561 2010-03-09 00:30:49 -05:00
ints-priority.c Blackfin: increase NR_IRQS beyond NR on-chip IRQs 2010-03-09 00:30:49 -05:00
irqpanic.c Blackfin: mass clean up of copyright/licensing info 2009-10-07 04:36:26 -04:00
Makefile Blackfin: punt dead cache locking code 2009-09-16 22:10:25 -04:00
pm.c Blackfin: mass clean up of copyright/licensing info 2009-10-07 04:36:26 -04:00
smp.c Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu data 2010-03-09 00:30:50 -05:00