x86/fpu: Move fpstate functions to api.h
authorThomas Gleixner <tglx@linutronix.de>
Fri, 15 Oct 2021 01:16:33 +0000 (03:16 +0200)
committerBorislav Petkov <bp@suse.de>
Wed, 20 Oct 2021 13:27:28 +0000 (15:27 +0200)
commit90489f1dee8b703a3301857917c0aba0b22b5d83
treeb542a1d39f349f53a4436c165c8e104ae426bc2d
parentd9d005f32aac7362a1998f4b7fdf8874e91546bd
x86/fpu: Move fpstate functions to api.h

Move function declarations which need to be globally available to api.h
where they belong.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20211015011539.792363754@linutronix.de
arch/x86/include/asm/fpu/api.h
arch/x86/include/asm/fpu/internal.h
arch/x86/kernel/fpu/internal.h
arch/x86/math-emu/fpu_entry.c