]> git.ipfire.org Git - people/arne_f/kernel.git/commit
x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|write]()
authorIngo Molnar <mingo@kernel.org>
Sat, 23 Sep 2017 11:37:45 +0000 (13:37 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 26 Sep 2017 07:43:44 +0000 (09:43 +0200)
commit369a036de206710ff27a66f9bffe78ef657648c3
tree0a364e2425e72ee55f2e02463eecc8e93b5d7d8b
parent2ce03d850b9a2f17d55596ecfa86e72b5687a627
x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|write]()

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: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/fpu/internal.h
arch/x86/kernel/fpu/core.c
arch/x86/kernel/fpu/regset.c