|
@@ -745,7 +745,7 @@ do_alignment_t32_to_handler(unsigned long *pinstr, struct pt_regs *regs,
|
|
|
static int
|
|
|
do_alignment(unsigned long addr, unsigned int fsr, struct pt_regs *regs)
|
|
|
{
|
|
|
- union offset_union offset;
|
|
|
+ union offset_union uninitialized_var(offset);
|
|
|
unsigned long instr = 0, instrptr;
|
|
|
int (*handler)(unsigned long addr, unsigned long instr, struct pt_regs *regs);
|
|
|
unsigned int type;
|