From: Catalin Marinas Date: Mon, 10 Apr 2006 20:32:46 +0000 (+0100) Subject: [ARM] 3473/1: Use numbers 0-15 for the VFP double registers X-Git-Tag: v2.6.17-rc2~284^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1356c1948da967bc1d4c663762bfe21dfcec4b2f;p=pandora-kernel.git [ARM] 3473/1: Use numbers 0-15 for the VFP double registers Patch from Catalin Marinas This patch changes the double registers numbering to 0-15 from even 0-30, in preparation for future VFP extensions. It also fixes the VFP_REG_ZERO bug (value 16 actually represents the 8th double register with the original numbering). The original mcrr/mrrc on CP10 were generating FMRRS/FMSRR instead of FMRRD/FMDRR. The patch changes to CP11 for the correct instructions. Signed-off-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-diff-tree failed