mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-31 18:31:52 +08:00
2005-11-29 Till Straumann <strauman@slac.stanford.edu>
* shared/irq/irq.c: Fixed incorrect removal of first shared
interrupt in chain.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-11-29 Till Straumann <strauman@slac.stanford.edu>
|
||||
* shared/irq/irq.c: Fixed incorrect removal of first shared
|
||||
interrupt in chain.
|
||||
|
||||
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/startup/bspstart.c: Eliminate obsolete types.
|
||||
|
||||
@@ -275,6 +275,7 @@ int BSP_remove_rtems_irq_handler (const rtems_irq_connect_data* irq)
|
||||
/* first handler isn't malloc'ed, so just overwrite it. Since
|
||||
the contents of vchain are being struct copied, vchain itself
|
||||
goes away */
|
||||
vchain = vchain->next_handler;
|
||||
rtems_hdl_tbl[irq->name]= *vchain;
|
||||
}
|
||||
free(vchain);
|
||||
|
||||
Reference in New Issue
Block a user