[ARM] 5230/1: Replace post-indexed LDRT/STRT in uaccess.h
authorCatalin Marinas <catalin.marinas@arm.com>
Fri, 29 Aug 2008 17:31:15 +0000 (18:31 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 1 Sep 2008 11:06:35 +0000 (12:06 +0100)
The post-index immediate value is optional if it is 0 and this patch
removes it. The reason is to allow such instructions to compile to
Thumb-2 where only pre-indexed LDRT/STRT instructions are allowed.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found