commit | 4e6a0c397f40c9d98062aaaac66cab684f0b9186 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Fri Aug 29 18:31:15 2008 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Sep 01 12:06:35 2008 +0100 |
tree | d0493ef17bf1ff1dc08b6a06fc92f3878011d714 | |
parent | 9c23e5fefaaecd494925258084a31c8ff301ad03 [diff] |
[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 <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>