summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/processor.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2015-04-22 17:02:33 +0300
committerIngo Molnar <mingo@kernel.org>2015-05-19 16:47:20 +0300
commitf55f88e25e9b5232054a82d47de7aaf67179b78b (patch)
tree116145af20a96c6237d1f6cb160396f9667fd545 /arch/x86/include/asm/processor.h
parent5a12bf6332da40310eff5575ca1ba20339d74e48 (diff)
downloadlinux-f55f88e25e9b5232054a82d47de7aaf67179b78b.tar.xz
x86/fpu: Make task_xstate_cachep static
It's now local to fpu/core.c, make it static. 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/processor.h')
-rw-r--r--arch/x86/include/asm/processor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h
index fef8db024ece..d50cc7f61559 100644
--- a/arch/x86/include/asm/processor.h
+++ b/arch/x86/include/asm/processor.h
@@ -362,7 +362,6 @@ DECLARE_PER_CPU(struct irq_stack *, softirq_stack);
#endif /* X86_64 */
extern unsigned int xstate_size;
-extern struct kmem_cache *task_xstate_cachep;
struct perf_event;