On 2013-08-26 02:14, Hesham AL-Matary wrote:
+/**
+ * @brief dummy exception handler for data aborts to help in debugging
+ */
+void dummy_data_abort_exception_handler(void);

This is a completely different stuff and should go into a separate patch. I don't think we need this handler. In case a data abort we get a fatal error. It is up to the fatal error handler to do something with this. It may use your new arm_cp15_print_fault_status_description() (why is it defined in a header file?).

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
_______________________________________________
rtems-devel mailing list
rtems-devel@rtems.org
http://www.rtems.org/mailman/listinfo/rtems-devel

Reply via email to