diff mbox series

[v2,1/3] arm64/fpsimd: Remove the prototype for sve_flush_cpu_state()

Message ID 20190412171420.29065-2-julien.grall@arm.com
State Superseded
Headers show
Series arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state | expand

Commit Message

Julien Grall April 12, 2019, 5:14 p.m. UTC
The function sve_flush_cpu_state() has been removed in commit
21cdd7fd76e3 "KVM: arm64: Remove eager host SVE state saving".

So remove the associated prototype in asm/fpsimd.h.

Signed-off-by: Julien Grall <julien.grall@arm.com>


---
    Changes in v2:
        - Patch added
---
 arch/arm64/include/asm/fpsimd.h | 1 -
 1 file changed, 1 deletion(-)

-- 
2.11.0

Comments

Dave Martin April 16, 2019, 11:41 a.m. UTC | #1
On Fri, Apr 12, 2019 at 06:14:18PM +0100, Julien Grall wrote:
> The function sve_flush_cpu_state() has been removed in commit

> 21cdd7fd76e3 "KVM: arm64: Remove eager host SVE state saving".

> 

> So remove the associated prototype in asm/fpsimd.h.

> 

> Signed-off-by: Julien Grall <julien.grall@arm.com>


Good spot, thanks.

Reviewed-by: Dave Martin <Dave.Martin@arm.com>


> 

> ---

>     Changes in v2:

>         - Patch added

> ---

>  arch/arm64/include/asm/fpsimd.h | 1 -

>  1 file changed, 1 deletion(-)

> 

> diff --git a/arch/arm64/include/asm/fpsimd.h b/arch/arm64/include/asm/fpsimd.h

> index ad6d2e41eb37..32abbfd852e8 100644

> --- a/arch/arm64/include/asm/fpsimd.h

> +++ b/arch/arm64/include/asm/fpsimd.h

> @@ -64,7 +64,6 @@ extern void fpsimd_bind_state_to_cpu(struct user_fpsimd_state *state,

>  

>  extern void fpsimd_flush_task_state(struct task_struct *target);

>  extern void fpsimd_flush_cpu_state(void);

> -extern void sve_flush_cpu_state(void);

>  

>  /* Maximum VL that SVE VL-agnostic software can transparently support */

>  #define SVE_VL_ARCH_MAX 0x100

> -- 

> 2.11.0

> 

> 

> _______________________________________________

> linux-arm-kernel mailing list

> linux-arm-kernel@lists.infradead.org

> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff mbox series

Patch

diff --git a/arch/arm64/include/asm/fpsimd.h b/arch/arm64/include/asm/fpsimd.h
index ad6d2e41eb37..32abbfd852e8 100644
--- a/arch/arm64/include/asm/fpsimd.h
+++ b/arch/arm64/include/asm/fpsimd.h
@@ -64,7 +64,6 @@  extern void fpsimd_bind_state_to_cpu(struct user_fpsimd_state *state,
 
 extern void fpsimd_flush_task_state(struct task_struct *target);
 extern void fpsimd_flush_cpu_state(void);
-extern void sve_flush_cpu_state(void);
 
 /* Maximum VL that SVE VL-agnostic software can transparently support */
 #define SVE_VL_ARCH_MAX 0x100