mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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>
|
||||
|
||||
* 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 msr;
|
||||
register unsigned new_msr;
|
||||
#ifdef DISPATCH_HANDLER_STAT
|
||||
unsigned loopCounter;
|
||||
|
||||
#endif
|
||||
/*
|
||||
* Handle decrementer interrupt
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user