mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 23:40:15 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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)) {
|
||||
/*
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user