From: Catalin Marinas Date: Fri, 29 Aug 2008 17:31:15 +0000 (+0100) Subject: [ARM] 5230/1: Replace post-indexed LDRT/STRT in uaccess.h X-Git-Tag: v2.6.28-rc1~293^2~9^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e6a0c397f40c9d98062aaaac66cab684f0b9186;p=pandora-kernel.git [ARM] 5230/1: Replace post-indexed LDRT/STRT in uaccess.h 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 Signed-off-by: Russell King --- Reading git-diff-tree failed