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:
Till Straumann
2005-11-30 01:22:48 +00:00
parent 8c6579b9dc
commit 2b3704442c
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -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);