x86/math-emu: Rename frstor()
authorThomas Gleixner <tglx@linutronix.de>
Wed, 23 Jun 2021 12:01:55 +0000 (14:01 +0200)
committerBorislav Petkov <bp@suse.de>
Wed, 23 Jun 2021 16:16:33 +0000 (18:16 +0200)
commit872c65dbf669b3b471b3d8656391a6b4f736d22b
treee153d6fc68bf0832d8554f438a407d2d75b8b4fe
parent16dcf4385933a02bb21d0af86a04439d151ad42a
x86/math-emu: Rename frstor()

This is in the way of renaming the low level hardware accessors to match
the instruction name. Prepend it with FPU_ which is consistent vs. the
rest of the emulation code.

No functional change.

  [ bp: Correct the Reported-by: ]

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210623121454.111665161@linutronix.de
arch/x86/math-emu/fpu_proto.h
arch/x86/math-emu/load_store.c
arch/x86/math-emu/reg_ld_str.c