diff options
author | Janet Liu <[email protected]> | 2015-06-11 12:04:32 +0800 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2015-06-11 15:35:23 +0100 |
commit | 6eb6c80187c55b7f95683bc6502dccac54b95b92 (patch) | |
tree | c6346a9942633d97031f6edfc0a04bb315a8e95b /scripts/gdb/linux/modules.py | |
parent | 04d7e098f541769721d7511d56aea4b976fd29fd (diff) |
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: Janet Liu <[email protected]>
Signed-off-by: Chunyan Zhang <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions