9
0
Fork 0
barebox/arch/arm/cpu
Sascha Hauer fde45de735 ARM: some cleanup in interrupts.c
- Don't call panic with "resetting CPU...". Depending on the
  configuration the system might also hang.
- panic does not return, so no need to call reset_cpu afterwards
- bundle show_regs and panic into a seperate functions to not have
  to call both functions from each exception handler

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2011-08-07 19:36:30 +02:00
..
Kconfig ARM cache l2x0: depend on MMU 2011-08-01 21:49:33 +08:00
Makefile ARM: make exception handling optional 2011-04-11 15:58:21 +02:00
cache-armv4.S init: introduce __BARE_INIT for .section ".text_bare_init.text" 2010-09-20 08:56:37 +02:00
cache-armv5.S init: introduce __BARE_INIT for .section ".text_bare_init.text" 2010-09-20 08:56:37 +02:00
cache-armv6.S init: introduce __BARE_INIT for .section ".text_bare_init.text" 2010-09-20 08:56:37 +02:00
cache-armv7.S ARM v7: Fix typos in cache-armv7.S 2011-03-08 12:33:16 +01:00
cache-l2x0.c cache-l2x0: sparse fixes 2010-10-21 22:21:24 +02:00
cpu.c ARM: move armlinux_add_dram to location which is always compiled 2011-08-01 21:49:33 +08:00
cpuinfo.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
exceptions.S ARM: remove unused exception 2011-08-07 19:17:02 +02:00
interrupts.c ARM: some cleanup in interrupts.c 2011-08-07 19:36:30 +02:00
mmu.c ARM mmu: use high vectors if possible 2011-08-07 19:00:59 +02:00
start.c ARM: remove unused exception 2011-08-07 19:17:02 +02:00