[Bug 1993] Mips conversion to PIC IRQ model
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Thu Feb 23 15:59:40 UTC 2012
https://www.rtems.org/bugzilla/show_bug.cgi?id=1993
--- Comment #8 from Sebastian Huber <sebastian.huber at embedded-brains.de> 2012-02-23 09:59:40 CST ---
(In reply to comment #7)
> The full patch can be seen in my git rtems repository.
>
> http://git.rtems.org/jennifer/rtems.git/log/?h=malta
>
> There are two commits, the second is simply adding files to the ChangeLog
> that I missed originally.
The
+#ifndef ASM
+
+void bsp_interrupt_dispatch(void);
+
+#endif /* ASM */
are still present.
If you use
rtems_interrupt_handler_install()
instead of
BSP_install_rtems_irq_handler()
you don't need the useless
+static rtems_irq_connect_data cd = { \
+ CLOCK_VECTOR,
+ NULL, /* filled in at initialization */
+ NULL, /* (void *) minor */
+ NULL,
+ NULL,
+ NULL
+};
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list