diff options
Diffstat (limited to 'arch/i386/math-emu/fpu_entry.c')
-rw-r--r-- | arch/i386/math-emu/fpu_entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/math-emu/fpu_entry.c b/arch/i386/math-emu/fpu_entry.c index ddf8fa3bbd01..1853524c8b57 100644 --- a/arch/i386/math-emu/fpu_entry.c +++ b/arch/i386/math-emu/fpu_entry.c | |||
@@ -754,7 +754,7 @@ int save_i387_soft(void *s387, struct _fpstate __user * buf) | |||
754 | return -1; | 754 | return -1; |
755 | if ( offset ) | 755 | if ( offset ) |
756 | if (__copy_to_user(d+other, (u_char *)&S387->st_space, offset)) | 756 | if (__copy_to_user(d+other, (u_char *)&S387->st_space, offset)) |
757 | return -1 | 757 | return -1; |
758 | RE_ENTRANT_CHECK_ON; | 758 | RE_ENTRANT_CHECK_ON; |
759 | 759 | ||
760 | return 1; | 760 | return 1; |