aboutsummaryrefslogtreecommitdiff
path: root/lib_arm/interrupts.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-187/+0
Also move lib_$ARCH/config.mk to arch/$ARCH/config.mk This change is intended to clean up the top-level directory structure and more closely mimic Linux's directory organization. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2009-06-12arm: unify interrupt initJean-Christophe PLAGNIOL-VILLARD1-0/+13
all arm init the IRQ stack the same way so unify it in lib_arm/interrupts.c and then call arch specific interrupt init Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2009-05-15Fix e-mail address of Gary Jennejohn.Detlev Zundel1-1/+1
Signed-off-by: Detlev Zundel <dzu@denx.de>
2008-02-14ARM: cleanup duplicated exception handlingcodeAndreas Engel1-0/+174
Move duplicated exception handling code into lib_arm. Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>