From: Michal Simek Date: Tue, 27 Mar 2012 08:10:15 +0000 (+0200) Subject: microblaze: Fix __futex_atomic_op macro register usage X-Git-Tag: v3.2.51~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02050b2f11db937d5a0ef42297a9a1fadcba829a;p=pandora-kernel.git microblaze: Fix __futex_atomic_op macro register usage 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 Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed