2005-11-03 Till Straumann <strauman@slac.stanford.edu>

* irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
	this BSP does not implement sharing interrupts.
This commit is contained in:
Till Straumann
2005-11-04 04:03:31 +00:00
parent 896cacfbcb
commit 94c318431c
3 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
* irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
this BSP does not implement sharing interrupts.
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
* include/bsp.h: fixed misuse of _IO_BASE

View File

@@ -271,7 +271,6 @@ int BSP_install_rtems_irq_handler (const rtems_irq_connect_data* irq)
* store the data provided by user
*/
rtems_hdl_tbl[irq->name] = *irq;
rtems_hdl_tbl[irq->name].next_handler = (void *)-1;
if (is_main_irq(irq->name)) {
/*

View File

@@ -28,7 +28,6 @@
#ifndef LIBBSP_POWERPC_MVME5500_IRQ_IRQ_H
#define LIBBSP_POWERPC_MVME5500_IRQ_IRQ_H
#define BSP_SHARED_HANDLER_SUPPORT 1
#include <rtems/irq.h>
#define BSP_ASM_IRQ_VECTOR_BASE 0x0