[PATCH 3/4] Updated Legacy code in arm edb7312

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Jul 10 08:25:48 UTC 2013


On 07/09/2013 09:12 PM, Vipul Nayyar wrote:
> @@ -60,9 +58,15 @@ rtems_irq_connect_data clock_isr_data = {
>       *EP7312_TC1EOI = 0xFFFFFFFF;                    \
>     } while (0)
>
> -#define Clock_driver_support_shutdown_hardware()                        \
> -  do {                                                                  \
> -    BSP_remove_rtems_irq_handler(&clock_isr_data);                  \
> +#define Clock_driver_support_shutdown_hardware()    \
> +  do {                                              \
> +    rtems_status_code status = RTEMS_SUCCESSFUL;    \
> +    status = rtems_interrupt_handler_remove(        \
> +        BSP_EINT3,                                  \

Are you sure that this is the right interrupt vector?

-- 
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.huber at embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.



More information about the devel mailing list