diff gsm-fw/sysglue/sysinit.S @ 312:f05ae34f7ca0

gsm-fw: ARM exception vectors hooked in
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 17 Mar 2014 07:37:28 +0000
parents afceeeb2cba1
children e201f2130c9b
line wrap: on
line diff
--- a/gsm-fw/sysglue/sysinit.S	Mon Mar 17 07:10:57 2014 +0000
+++ b/gsm-fw/sysglue/sysinit.S	Mon Mar 17 07:37:28 2014 +0000
@@ -6,12 +6,12 @@
 
 	.section	iram.vectors,"ax",%progbits
 	.code	32
-/* no useful handlers for the 5 error exceptions yet */
-	b	.
-	b	.
-	b	.
-	b	.
-	b	.
+/* ARM exceptions */
+	b	_arm_undefined
+	b	_arm_swi
+	b	_arm_abort_prefetch
+	b	_arm_abort_data
+	b	_arm_reserved
 /* IRQ */
 	b	_INT_IRQ
 /* FIQ */