x86/fpu: Move inlines where they belong
authorThomas Gleixner <tglx@linutronix.de>
Wed, 23 Jun 2021 12:01:34 +0000 (14:01 +0200)
committerBorislav Petkov <bp@suse.de>
Wed, 23 Jun 2021 15:49:46 +0000 (17:49 +0200)
commite68524456c855e500f0a636adb1aa977e1e0b4d8
treedabefbec0fae8a2b126618b5d1bf96aba9658cff
parent4098b3eef37be19572d270f9b761c3e8ffcf37ac
x86/fpu: Move inlines where they belong

They are only used in fpstate_init() and there is no point to have them in
a header just to make reading the code harder.

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