File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,6 @@ static inline bool sve_vq_available(unsigned int vq)
104
104
105
105
#ifdef CONFIG_ARM64_SVE
106
106
107
- extern size_t sve_state_size (struct task_struct const * task );
108
-
109
107
extern void sve_alloc (struct task_struct * task );
110
108
extern void fpsimd_release_task (struct task_struct * task );
111
109
extern void fpsimd_sync_to_sve (struct task_struct * task );
Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ static void sve_to_fpsimd(struct task_struct *task)
497
497
* Return how many bytes of memory are required to store the full SVE
498
498
* state for task, given task's currently configured vector length.
499
499
*/
500
- size_t sve_state_size (struct task_struct const * task )
500
+ static size_t sve_state_size (struct task_struct const * task )
501
501
{
502
502
return SVE_SIG_REGS_SIZE (sve_vq_from_vl (task -> thread .sve_vl ));
503
503
}
You can’t perform that action at this time.
0 commit comments