Skip to content
Commit c98c0977 authored by Catalin Marinas's avatar Catalin Marinas Committed by Russell King
Browse files

ARM: 6868/1: Preserve the VFP state during fork



VFP registers d16-d31 are callee saved registers and must be preserved
during function calls, including fork(). The VFP configuration should
also be preserved. The patch copies the full VFP state to the child
process.

Reported-by: default avatarPaul Wright <paul.wright@arm.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 2e82669a
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