x86: remove dead code in ia32-emu
authorCyrill Gorcunov <gorcunov@gmail.com>
Wed, 30 Jan 2008 12:30:32 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:32 +0000 (13:30 +0100)
commit9773db2a301b089bb95907eec5ad1a2ef7fb4099
tree29413c95991fc1cb33ce291984f3e38d7905b43e
parent201c19948b879ed95ac986bc994af29d7cf4859f
x86: remove dead code in ia32-emu

Remove useless second time checking of fsave argument in save_i387_ia32()
routine.  It's possible the compiler is doing the same but that is much
better to remove the dead code explicitly.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/ia32/fpu32.c