[ARM] 4630/1: Fix the vector stride of the double vector instruction.
authorTakashi Ohmasa <ohmasa.takashi@jp.panasonic.com>
Fri, 19 Oct 2007 12:59:15 +0000 (13:59 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 20 Oct 2007 22:42:22 +0000 (23:42 +0100)
The vector stride of the double-precision vector instructions must be changed
to 1-2 from even 2-4, because the double registers numbering has been
changed to 0-15 from even 0-30 by
1356c1948da967bc1d4c663762bfe21dfcec4b2f commit.

Signed-off-by: Takashi Ohmasa <ohmasa.takashi@jp.panasonic.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found