x86/fpu: Rename fpu__unlazy_stopped() to fpu__activate_stopped()
authorIngo Molnar <mingo@kernel.org>
Mon, 27 Apr 2015 05:22:58 +0000 (07:22 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:47:52 +0000 (15:47 +0200)
commit67ee658e6fb8611a64dd8406b0081b1fba9dec1b
tree5a93481cefe42f365f6c378f8d9f825b4240aaac
parentc4d72e2db3a36bf560b506df8a3490f140aeae26
x86/fpu: Rename fpu__unlazy_stopped() to fpu__activate_stopped()

In line with the fpstate_activate() change, name
fpu__unlazy_stopped() in a similar fashion as well: its purpose
is to make the fpstate of a stopped task the current and active FPU
context, which may require unlazying and initialization.

The unlazying is just part of the job, the main concept is to make
the fpstate active.

Also clarify the function's description to clarify its exact
usage and the background behind it all.

Reviewed-by: Borislav Petkov <bp@alien8.de>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/fpu/core.c