powerpc: Fix clone CLONE_VM compare
commit230528c467ee5ae7b55d41530bbb10fd94da948f
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 2 May 2016 20:44:00 +0000 (2 17:44 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 2 May 2016 20:44:00 +0000 (2 17:44 -0300)
tree9398b53bd3c8bd8e4a771bd71f81639a21ab7d6d
parent8a03ccbb77f52ec4b55062eeedddb8daec1a33e4
powerpc: Fix clone CLONE_VM compare

This patch fixes the clone CLONE_VM change from 0cb313f (BZ#19957)
where the commit changed the register that contains the save flags
argument to compare with (from r28 to r29).  This patch changes
back to correct register.

Tested on powerpc32 (thanks to Tulio Magno Quites Machado Filho).

* sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone): Fix
flags CLONE_VM compare.
ChangeLog
sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S