forked from Imagelibrary/rtems
2010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* au1x00/include/au1x00.h: Add prototypes for mips_default_isr, assert_sw_irq, negate_sw_irq. * au1x00/vectorisrs/vectorisrs.c: Remove prototype of mips_default_isr.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* au1x00/include/au1x00.h: Add prototypes for
|
||||
mips_default_isr, assert_sw_irq, negate_sw_irq.
|
||||
* au1x00/vectorisrs/vectorisrs.c: Remove prototype of
|
||||
mips_default_isr.
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* mongoosev/duart/mg5uart.c: Remove warnings.
|
||||
|
||||
@@ -517,4 +517,13 @@ void static inline au_sync(void)
|
||||
__asm__ volatile ("sync");
|
||||
}
|
||||
|
||||
|
||||
extern void mips_default_isr( int vector );
|
||||
|
||||
/* Generate a software interrupt */
|
||||
extern int assert_sw_irq(uint32_t irqnum);
|
||||
|
||||
/* Clear a software interrupt */
|
||||
extern int negate_sw_irq(uint32_t irqnum);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <libcpu/au1x00.h>
|
||||
|
||||
void mips_default_isr( int vector );
|
||||
static void call_vectored_isr(CPU_Interrupt_frame *, uint32_t , void *);
|
||||
|
||||
#define CALL_ISR(_vector,_frame) \
|
||||
|
||||
Reference in New Issue
Block a user