Files
linux-legacy/arch
Benjamin Herrenschmidt 7c52c44362 powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
commit e090aa80321b64c3b793f3b047e31ecf1af9538d upstream.

e821ea70f3 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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-12-18 13:43:47 -08:00
..
2009-07-10 14:24:05 -07:00
2009-09-02 09:14:48 -07:00
2009-11-09 16:22:47 -08:00
2009-08-28 19:37:20 -10:00
2009-08-15 12:58:50 +09:00