From: Andrew Morton Date: Wed, 19 Mar 2008 01:54:45 +0000 (-0700) Subject: i386: arch/x86/math-emu/reg_ld_str.c: fix warning X-Git-Tag: v2.6.26-rc1~1154^2~276 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2e576b8141ec1cf2669ff7bbc92f0a9c147f34f;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed