mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2001-01-12 Joel Sherrill <joel@OARcorp.com>
* setvec.c: Removed unused variables.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-01-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* setvec.c: Removed unused variables.
|
||||
|
||||
2001-01-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
|
||||
|
||||
@@ -31,8 +31,6 @@ rtems_isr_entry set_vector( /* returns old vector */
|
||||
)
|
||||
{
|
||||
rtems_isr_entry previous_isr;
|
||||
unsigned32 real_trap;
|
||||
unsigned32 source;
|
||||
|
||||
if ( type )
|
||||
rtems_interrupt_catch( handler, vector, &previous_isr );
|
||||
|
||||
Reference in New Issue
Block a user