• Ingo Molnar's avatar
    x86/fpu: Harmonize the names of the fpstate_init() helper functions · 0aba6978
    Ingo Molnar authored
    Harmonize the inconsistent naming of these related functions:
    
                              fpstate_init()
      finit_soft_fpu()   =>   fpstate_init_fsoft()
      fx_finit()         =>   fpstate_init_fxstate()
      fx_finit()         =>   fpstate_init_fstate()       # split out
    
    Cc: Andy Lutomirski <luto@amacapital.net>
    Cc: Borislav Petkov <bp@alien8.de>
    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>
    0aba6978
fpu_aux.c 4.3 KB