• Ingo Molnar's avatar
    x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|write]() · 369a036d
    Ingo Molnar authored
    As per the new nomenclature we don't 'activate' the FPU state
    anymore, we initialize it. So drop the _activate_fpstate name
    from these functions, which were a bit of a mouthful anyway,
    and name them:
    
    	fpu__prepare_read()
    	fpu__prepare_write()
    
    Cc: Andy Lutomirski <luto@amacapital.net>
    Cc: Borislav Petkov <bp@alien8.de>
    Cc: Eric Biggers <ebiggers3@gmail.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>
    369a036d
core.c 11.2 KB