i386: arch/x86/math-emu/reg_ld_str.c: fix warning
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 19 Mar 2008 01:54:45 +0000 (18:54 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:21 +0000 (17:41 +0200)
commitf2e576b8141ec1cf2669ff7bbc92f0a9c147f34f
treec5c061b030a3fb903844705ff45b4ca29b8efa51
parentcc7594e420283cf6070538655f1a4fbebb3fb853
i386: arch/x86/math-emu/reg_ld_str.c: fix warning

arch/x86/math-emu/reg_ld_str.c:380: warning: 'l[0]' may be used uninitialized in this function
arch/x86/math-emu/reg_ld_str.c:380: warning: 'l[1]' may be used uninitialized in this function

I can't actually spot the bug here.  There's one obvious place, but fixing
that didn't shut the warning up.

Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/math-emu/reg_ld_str.c