diff options
author | Ingo Molnar <mingo@kernel.org> | 2015-05-27 12:22:29 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-05-27 14:11:26 +0200 |
commit | 6a81d7eb330479c908dab3a47ac33cfca8af5a67 (patch) | |
tree | 0c04e1ece2152062455ac7bf581628f130bf2aac /arch/x86/kernel/fpu/core.c | |
parent | 9ba6b79102a594293c79f30319cabf476c5e300e (diff) | |
download | talos-obmc-linux-6a81d7eb330479c908dab3a47ac33cfca8af5a67.tar.gz talos-obmc-linux-6a81d7eb330479c908dab3a47ac33cfca8af5a67.zip |
x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()
Remaining users of fpu__activate_fpstate() are all places that want to modify
FPU registers, rename the function to fpu__activate_fpstate_write() according
to this usage.
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Bobby Powers <bobbypowers@gmail.com>
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: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kernel/fpu/core.c')
-rw-r--r-- | arch/x86/kernel/fpu/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/fpu/core.c b/arch/x86/kernel/fpu/core.c index 06cb7e3e9886..6b0955a62d34 100644 --- a/arch/x86/kernel/fpu/core.c +++ b/arch/x86/kernel/fpu/core.c @@ -345,7 +345,7 @@ void fpu__activate_fpstate_read(struct fpu *fpu) * the read-only case, it's not strictly necessary for * read-only access to the context. */ -void fpu__activate_fpstate(struct fpu *fpu) +void fpu__activate_fpstate_write(struct fpu *fpu) { /* * If fpregs are active (in the current CPU), then |