x86/fpu: Remove struct fpu::fpregs_active
authorIngo Molnar <[email protected]>
Sat, 23 Sep 2017 13:00:03 +0000 (15:00 +0200)
committerIngo Molnar <[email protected]>
Sun, 24 Sep 2017 11:04:34 +0000 (13:04 +0200)
commit99dc26bda233ee722bbd370bddf20beece3ffb93
treec78b81c8c8b57c2859f272e97c23c5e4986fc06c
parent6cf4edbe0526db311a28734609da888fdfcb3604
x86/fpu: Remove struct fpu::fpregs_active

The previous changes paved the way for the removal of the
fpu::fpregs_active state flag - we now only have the
fpu::fpstate_active and fpu::last_cpu fields left.

Cc: Andrew Morton <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Eric Biggers <[email protected]>
Cc: Fenghua Yu <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Yu-cheng Yu <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/include/asm/fpu/internal.h
arch/x86/include/asm/fpu/types.h
arch/x86/include/asm/trace/fpu.h
arch/x86/kernel/fpu/core.c
arch/x86/kernel/fpu/signal.c