Benjamin Herrenschmidt e090aa8032 powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
e821ea70f3b4873b50056a1e0f74befed1014c09 introduced a bug by copying
some 64-bit originated code as-is to be used by both 32 and 64-bit
but this code contains a 64-bit ony "cmpdi" instruction.

This changes it to cmpwi, which is fine since VRSAVE can only contains
a 32-bit value anyway.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: <stable@kernel.org>
2009-12-09 18:10:12 +11:00
..
2009-10-30 17:20:55 +11:00
2009-12-09 17:10:37 +11:00
2009-08-28 14:24:10 +10:00
2009-12-09 17:14:38 +11:00
2009-10-14 16:58:40 +11:00
2009-07-12 12:22:34 -07:00
2009-12-09 17:09:33 +11:00
2009-12-09 17:14:38 +11:00
2009-12-09 17:14:38 +11:00
2009-10-27 16:42:40 +11:00