Skip to content
Commit 6eb6c801 authored by Janet Liu's avatar Janet Liu Committed by Catalin Marinas
Browse files

arm64: kernel thread don't need to save fpsimd context.



kernel thread's default fpsimd state is zero. When fork a thread, if parent is kernel thread,
 and save hardware context to parent's fpsimd state, but this hardware context is user
process's context, because kernel thread don't use fpsimd, it will not introduce issue,
it add a little cost.

Signed-off-by: default avatarJanet Liu <janet.liu@spreadtrum.com>
Signed-off-by: default avatarChunyan Zhang <chunyan.zhang@spreadtrum.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 04d7e098
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment