x86: ia32_signal.c remove unnecessary function calls
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Wed, 1 Oct 2008 03:30:51 +0000 (20:30 -0700)
committerIngo Molnar <mingo@elte.hu>
Wed, 1 Oct 2008 06:20:13 +0000 (08:20 +0200)
the below 2 functions are called in save_i387_xstate_ia32()
- clear_used_math();
- stts();

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found