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)
commit7b9cee16ffb495558c1e3ada55cba906e520006e
tree5aecad10c4b30caca2fe1f681876379ccadcc5a7
parentbff0aa4b8f8a1c8492e99c522d044bb98a6ec098
x86: ia32_signal.c remove unnecessary function calls

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>
arch/x86/ia32/ia32_signal.c