alistair23-linux/arch/blackfin
Mike Frysinger 7f6b2e7b1f Blackfin arch: fix bug - kernel build with write back policy fails to be booted up
Make sure IFLUSH is not the last instruction in the hardware loop to avoid
infinite core stall.

The dcache/icache function that only gets used in writeback mode was putting
IFLUSH as the last instruction in the hardware loop ... we know from design
that this may often lead to inifite core stalling, so switch the FLUSH/IFLUSH
order.

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
2008-10-28 12:29:26 +08:00
..
boot [Blackfin] arch: add include/boot .gitignore files 2008-04-25 08:29:11 +08:00
configs Blackfin arch: disable CONFIG_HW_RANDOM and CONFIG_DAB in defconfig files 2008-10-16 23:54:43 +08:00
include/asm Blackfin arch: don't copy bss when copying L1 2008-10-27 18:21:43 +08:00
kernel Blackfin arch: Fix typo when adding CONFIG_DEBUG_VERBOSE 2008-10-28 11:36:11 +08:00
lib Blackfin arch: Allow ins functions to have a low latency version 2008-08-14 15:12:55 +08:00
mach-bf527 Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock on all platforms 2008-10-16 23:05:28 +08:00
mach-bf533 Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock on all platforms 2008-10-16 23:05:28 +08:00
mach-bf537 Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock on all platforms 2008-10-16 23:05:28 +08:00
mach-bf548 Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock on all platforms 2008-10-16 23:05:28 +08:00
mach-bf561 Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock on all platforms 2008-10-16 23:05:28 +08:00
mach-common Blackfin arch: fix bug - kernel build with write back policy fails to be booted up 2008-10-28 12:29:26 +08:00
mm Blackfin arch: Use DTEST rather than DMA to poke at L1 SRAM during exception context 2008-10-08 18:03:33 +08:00
oprofile [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__ 2008-04-23 09:39:01 +08:00
Kconfig container freezer: implement freezer cgroup subsystem 2008-10-20 08:52:34 -07:00
Kconfig.debug Blackfin arch: Add optional verbose debug 2008-10-10 18:13:21 +08:00
Makefile Blackfin arch: add support for BF52x-0.2, BF533-0.6, and BF54x-0.2 2008-10-09 12:06:27 +08:00