diff options
author | 2025-03-24 21:19:27 +0800 | |
---|---|---|
committer | 2025-03-25 09:57:33 +0100 | |
commit | 878477a5953769d4fe5facc5033481f81d0dfce7 (patch) | |
tree | c5e00b5064dfdc2da8bc2c79fa56111983cb076f | |
parent | x86/early_printk: Add support for MMIO-based UARTs (diff) | |
download | linux-rng-878477a5953769d4fe5facc5033481f81d0dfce7.tar.xz linux-rng-878477a5953769d4fe5facc5033481f81d0dfce7.zip |
x86/fpu: Update the outdated comment above fpstate_init_user()
fpu_init_fpstate_user() was removed in:
commit 582b01b6ab27 ("x86/fpu: Remove old KVM FPU interface").
Update that comment to accurately reflect the current state regarding its
callers.
Signed-off-by: Chao Gao <chao.gao@intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20250324131931.2097905-1-chao.gao@intel.com
Diffstat (limited to '')
-rw-r--r-- | arch/x86/kernel/fpu/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/fpu/core.c b/arch/x86/kernel/fpu/core.c index 1b734a9ff088..91d6341f281f 100644 --- a/arch/x86/kernel/fpu/core.c +++ b/arch/x86/kernel/fpu/core.c @@ -508,7 +508,7 @@ static inline void fpstate_init_fstate(struct fpstate *fpstate) /* * Used in two places: * 1) Early boot to setup init_fpstate for non XSAVE systems - * 2) fpu_init_fpstate_user() which is invoked from KVM + * 2) fpu_alloc_guest_fpstate() which is invoked from KVM */ void fpstate_init_user(struct fpstate *fpstate) { |