Skip to content

Commit 3f558d4

Browse files
committed
arm64/fpsimd: Remove unused declaration fpsimd_kvm_prepare()
JIRA: https://issues.redhat.com/browse/RHEL-101059 commit 31208ba Author: Yue Haibing <yuehaibing@huawei.com> Date: Sun, 9 Mar 2025 15:07:23 +0800 Commit fbc7e61 ("KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state") removed the implementation but leave declaration. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Acked-by: Mark Rutland <mark.rutland@arm.com> Link: https://lore.kernel.org/r/20250309070723.1390958-1-yuehaibing@huawei.com Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Mark Salter <msalter@redhat.com>
1 parent 2dfe078 commit 3f558d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/include/asm/fpsimd.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ extern void fpsimd_signal_preserve_current_state(void);
8181
extern void fpsimd_preserve_current_state(void);
8282
extern void fpsimd_restore_current_state(void);
8383
extern void fpsimd_update_current_state(struct user_fpsimd_state const *state);
84-
extern void fpsimd_kvm_prepare(void);
8584

8685
struct cpu_fp_state {
8786
struct user_fpsimd_state *st;

0 commit comments

Comments
 (0)