i386: arch/x86/math-emu/fpu_entry.c warning fix
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 19 Mar 2008 01:46:06 +0000 (18:46 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:20 +0000 (17:41 +0200)
commitcc7594e420283cf6070538655f1a4fbebb3fb853
tree75384c86d39ecccd144af9f58d7cc98ae2f041ff
parentb450e5e816d10893e17f57b3eb9d29c52635862a
i386: arch/x86/math-emu/fpu_entry.c warning fix

arch/x86/math-emu/fpu_entry.c:555: warning: 'entry_sel_off.empty' is used uninitialized in this function

Presumably it's harmless, but I'll sleep better at night knowing that we
initialised it.

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/fpu_entry.c