remove "uninitialized" warning in irq.c

This commit is contained in:
Thomas Doerfler
2010-03-27 20:40:22 +00:00
parent 5c2e2bd899
commit 0cc86720d9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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 */