diff options
author | Oleg Nesterov <[email protected]> | 2015-01-19 19:52:12 +0100 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2015-02-23 15:50:45 +0100 |
commit | 110d7f7513bbb916b8654da9e2973ac5bed929a9 (patch) | |
tree | 923e255abef680d1354c3e18df2044f19d6dbcbb /net/lapb/lapb_iface.c | |
parent | 4b2e762e2e53c721458a83d547b222178bb72a34 (diff) |
x86/fpu: Don't abuse FPU in kernel threads if use_eager_fpu()
AFAICS, there is no reason why kernel threads should have FPU context
even if use_eager_fpu() == T. Now that interrupted_kernel_fpu_idle()
does not check __thread_has_fpu() in the use_eager_fpu() case, we
can remove the init_fpu() code from eager_fpu_init() and change
flush_thread() called by do_execve() to initialize FPU.
Note: of course, the change in flush_thread() is horrible and must be
cleanuped. We need the new helper, and flush_thread() should return the
error if init_fpu() fails.
Signed-off-by: Oleg Nesterov <[email protected]>
Reviewed-by: Rik van Riel <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Suresh Siddha <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Borislav Petkov <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions