commit | c6428464894889e110418928e6b37dc2eb4cee56 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Wed Jan 24 18:47:08 2007 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Jan 25 16:35:29 2007 +0000 |
tree | 292410b297ef2332715aabd7a87ef9fe0c03de4a | |
parent | 412489af76b5c0e4029d4406d93554c22a88fc73 [diff] |
[ARM] 4111/1: Allow VFP to work with thread migration on SMP The current lazy saving of the VFP registers is no longer possible with thread migration on SMP. This patch implements a per-CPU vfp-state pointer and the saving of the VFP registers at every context switch. The registers restoring is still performed in a lazy way. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>