Files
linux/arch/powerpc/kernel
Benjamin Herrenschmidt 49e6aacefc powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
commit e090aa8032 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 14:04:35 -08:00
..
2007-05-11 05:38:25 -04:00
2008-06-30 22:31:00 +10:00
2009-08-28 14:24:10 +10:00
2008-05-23 22:43:11 +02:00
2009-10-14 16:58:40 +11:00
2009-07-12 12:22:34 -07:00
2008-12-21 14:21:16 +11:00
2009-09-23 18:13:10 -07:00
2007-10-11 14:36:47 +10:00
2009-10-27 16:42:40 +11:00