Skip to content

Commit 31208ba

Browse files
Yue Haibingctmarinas
authored andcommitted
arm64/fpsimd: Remove unused declaration fpsimd_kvm_prepare()
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>
1 parent 0ad2507 commit 31208ba

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
@@ -80,7 +80,6 @@ extern void fpsimd_signal_preserve_current_state(void);
8080
extern void fpsimd_preserve_current_state(void);
8181
extern void fpsimd_restore_current_state(void);
8282
extern void fpsimd_update_current_state(struct user_fpsimd_state const *state);
83-
extern void fpsimd_kvm_prepare(void);
8483

8584
struct cpu_fp_state {
8685
struct user_fpsimd_state *st;

0 commit comments

Comments
 (0)