ARM: 6519/1: kuser: Fix incorrect cmpxchg syscall in kuser helpers
authorDave Martin <dave.martin@linaro.org>
Wed, 1 Dec 2010 17:12:43 +0000 (18:12 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 4 Dec 2010 11:01:12 +0000 (11:01 +0000)
The existing code invokes the syscall with rubbish in r7,
due to what looks like an incorrect literal load idiom.

Reviewed-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Dave Martin <dave.martin@linaro.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found