mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 01:39:09 +08:00
remove "uninitialized" warning in irq.c
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
2009-11-02 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* start/start.S: call to boot_card checked, removed warning
|
||||
* start/start.S, irq/irq.c: call to boot_card checked, removed warning
|
||||
|
||||
2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
|
||||
@@ -406,7 +406,7 @@ static int BSP_irq_handle_at_ipic( unsigned excNum)
|
||||
int32_t vecnum;
|
||||
mpc83xx_ipic_mask_t mask_save;
|
||||
const mpc83xx_ipic_mask_t *mask_ptr;
|
||||
uint32_t msr;
|
||||
uint32_t msr = 0;
|
||||
rtems_interrupt_level level;
|
||||
|
||||
/* Get vector number */
|
||||
|
||||
Reference in New Issue
Block a user