]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit51fe41c3b36fd5518e1460102b4ba051c328d9c1
treeb542a1d39f349f53a4436c165c8e104ae426bc2d
parent3b1e55a1e0f74b7c1b4d594c2a0b8beb454d2773
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