diff options
author | Dave Martin <Dave.Martin@arm.com> | 2018-04-12 19:04:39 +0300 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2018-05-25 14:28:29 +0300 |
commit | 2cf97d46dafbbbbc9a9a3dc5eca01020c6be22d8 (patch) | |
tree | 6f80e198663f7bd14bfbf432a79bc5b923dbad48 /arch/arm64/include/asm/fpsimd.h | |
parent | 31dc52b3c8faf47bf3ff5ced661488a20e5d1811 (diff) | |
download | linux-2cf97d46dafbbbbc9a9a3dc5eca01020c6be22d8.tar.xz |
arm64/sve: Switch sve_pffr() argument from task to thread
sve_pffr(), which is used to derive the base address used for
low-level SVE save/restore routines, currently takes the relevant
task_struct as an argument.
The only accessed fields are actually part of thread_struct, so
this patch changes the argument type accordingly. This is done in
preparation for moving this function to a header, where we do not
want to have to include <linux/sched.h> due to the consequent
circular #include problems.
No functional change.
Signed-off-by: Dave Martin <Dave.Martin@arm.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm64/include/asm/fpsimd.h')
0 files changed, 0 insertions, 0 deletions