kernel-ark/arch/blackfin/mach-common
Barry Song aad16f3228 Blackfin: fix initial stack pointer setup
During very early init, the stack pointer is given a slightly incorrect
value (&init_thread_union).  The value is later adjusted to the right one
during early init (&init_thread_union + THREAD_SIZE), but it is used a few
times in between.  While the few functions used don't actually put things
onto the stack (due to optimization), it's best if we simply use the right
value from the start.

Signed-off-by: Barry Song <barry.song@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-03-09 00:30:48 -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: pull in asm/dpmc.h for power defines 2009-12-15 00:14:50 -05:00
dpmc_modes.S Blackfin: bf538: add support for extended GPIO banks 2009-12-15 00:14:05 -05:00
dpmc.c
entry.S Blackfin: wire up the various memory related syscalls 2010-03-09 00:30:46 -05:00
head.S Blackfin: fix initial stack pointer setup 2010-03-09 00:30:48 -05:00
interrupt.S Blackfin: mass clean up of copyright/licensing info 2009-10-07 04:36:26 -04:00
ints-priority.c Blackfin: try to simplify interrupt ifdef ugliness 2010-03-09 00:30:48 -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: SMP: add PM/CPU hotplug support 2010-03-09 00:30:48 -05:00