• Ingo Molnar's avatar
    x86/fpu: Rename fpu__unlazy_stopped() to fpu__activate_stopped() · 67ee658e
    Ingo Molnar authored
    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: default avatarBorislav 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: default avatarIngo Molnar <mingo@kernel.org>
    67ee658e
core.c 16.7 KB