forked from Imagelibrary/rtems
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* irq/irq.c: Define loopCounter iff DISPATCH_HANDLER_STAT is set. * startup/bspstart.c: include <bsp/irq.h>, <libcpu/cpuIdent.h>, <rtems/bspIo.h>
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* irq/irq.c: Define loopCounter iff DISPATCH_HANDLER_STAT is set.
|
||||||
|
* startup/bspstart.c: include <bsp/irq.h>, <libcpu/cpuIdent.h>,
|
||||||
|
<rtems/bspIo.h>
|
||||||
|
|
||||||
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
|
* configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
|
||||||
|
|||||||
@@ -401,8 +401,9 @@ void C_dispatch_irq_handler (CPU_Interrupt_frame *frame, unsigned int excNum)
|
|||||||
register unsigned oldMask; /* old siu pic masks */
|
register unsigned oldMask; /* old siu pic masks */
|
||||||
register unsigned msr;
|
register unsigned msr;
|
||||||
register unsigned new_msr;
|
register unsigned new_msr;
|
||||||
|
#ifdef DISPATCH_HANDLER_STAT
|
||||||
unsigned loopCounter;
|
unsigned loopCounter;
|
||||||
|
#endif
|
||||||
/*
|
/*
|
||||||
* Handle decrementer interrupt
|
* Handle decrementer interrupt
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user