microblaze: Fix __futex_atomic_op macro register usage
authorMichal Simek <monstr@monstr.eu>
Tue, 27 Mar 2012 08:10:15 +0000 (10:10 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 10 Sep 2013 00:57:39 +0000 (01:57 +0100)
commit 8cf662ed3ef190fddc186bb5b1cd75eb3880d5a9 upstream.

Old Microblaze toolchain supported "b" contstrains for
all register but it always points to general purpose reg.
New Microblaze toolchain is more strict in this
and general purpose register should be used there "r".

Signed-off-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>

No differences found