kernel-fxtec-pro1x/arch/blackfin/mach-common
Mike Frysinger 5d89137a17 Blackfin: fix data cache flushing when doing icache flushing
Make sure we flush all data caches and their write buffers before flushing
icache, otherwise random edge cases could crop up where stale data is read
into icache from external memory.  As fallout, punt the combined icache +
dcache flush function since we cannot safely do them back to back -- the
SSYNC is needed between the dcache flush and the icache flush.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
2009-06-12 06:03:45 -04:00
..
arch_checks.c Blackfin arch: remove duplicated ANOMALY_05000448 ifdef check 2009-03-06 00:24:01 +08:00
cache-c.c Blackfin arch: rewrite blackfin_invalidate_entire_dcache function 2008-11-18 17:48:22 +08:00
cache.S Blackfin: fix data cache flushing when doing icache flushing 2009-06-12 06:03:45 -04:00
clocks-init.c Blackfin arch: fix bug - The SPORT_HYS bit is not set for BF561 0.5 2009-03-05 14:42:30 +08:00
cpufreq.c Blackfin arch: merge adeos blackfin part to arch/blackfin/ 2009-01-07 23:14:39 +08:00
dpmc.c [Blackfin] arch: Functional power management support: Add CPU and platform voltage scaling support 2008-05-07 11:41:26 +08:00
dpmc_modes.S Blackfin arch: fix bug - On bf548-ezkit, ethernet fails to work after wakeup from "mem" 2009-03-05 18:41:24 +08:00
entry.S Blackfin: fix link failure due to CONFIG_EXCEPTION_L1_SCRATCH 2009-06-12 06:03:44 -04:00
head.S Blackfin arch: Fix bug - 561 SMP kernel can't boot from jffs2 2009-02-04 16:49:45 +08:00
interrupt.S Blackfin arch: Update adeos blackfin arch patch to 1.9-00 2009-03-04 16:52:38 +08:00
ints-priority.c Blackfin: add comment for anomaly 05000171 to init code 2009-06-12 06:03:42 -04:00
irqpanic.c Blackfin arch: remove hardware PM code, oprofile not use it 2009-01-07 23:14:39 +08:00
lock.S Blackfin arch: rename cache_lock() to bfin_cache_lock() 2008-11-18 17:48:22 +08:00
Makefile Blackfin arch: fix bugs and unify BFIN_KERNEL_CLOCK option 2009-01-07 23:14:39 +08:00
pm.c Blackfin arch: Blacklist Hibernate (PM_SUSPEND_MEM) on BF561 as well 2009-03-28 23:14:41 +08:00
smp.c Blackfin arch: fix bug - kgdb fails to continue after setting breakpoint on bf561-ezkit kernel with smp patch 2009-03-05 16:44:53 +08:00