summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/fpu-internal.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2015-04-03 12:55:22 +0200
committerIngo Molnar <mingo@kernel.org>2015-05-19 15:47:13 +0200
commita7c2a83364c0d882a2d850c4c183c6de42d5c02b (patch)
treeed07335394636b785f9b87dad5260b1cd34c6bc4 /arch/x86/include/asm/fpu-internal.h
parented97b085461ca6bdc22162b68b4cba69459ce1c8 (diff)
downloadlinux-a7c2a83364c0d882a2d850c4c183c6de42d5c02b.tar.gz
linux-a7c2a83364c0d882a2d850c4c183c6de42d5c02b.tar.bz2
linux-a7c2a83364c0d882a2d850c4c183c6de42d5c02b.zip
x86/fpu: Rename fpu_free() to fpstate_free()
Use the fpu__*() namespace. Reviewed-by: Borislav 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: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/include/asm/fpu-internal.h')
-rw-r--r--arch/x86/include/asm/fpu-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/fpu-internal.h b/arch/x86/include/asm/fpu-internal.h
index 88f584ab3463..b68e8f04c38a 100644
--- a/arch/x86/include/asm/fpu-internal.h
+++ b/arch/x86/include/asm/fpu-internal.h
@@ -571,7 +571,7 @@ static inline unsigned short get_fpu_mxcsr(struct task_struct *tsk)
extern int fpstate_alloc(struct fpu *fpu);
-static inline void fpu_free(struct fpu *fpu)
+static inline void fpstate_free(struct fpu *fpu)
{
if (fpu->state) {
kmem_cache_free(task_xstate_cachep, fpu->state);