From: Catalin Marinas Date: Wed, 24 Jan 2007 17:47:08 +0000 (+0100) Subject: [ARM] 4111/1: Allow VFP to work with thread migration on SMP X-Git-Tag: v2.6.20-rc7~31^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6428464894889e110418928e6b37dc2eb4cee56;p=pandora-kernel.git [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 Signed-off-by: Russell King --- Reading git-diff-tree failed