commit | 9c23e5fefaaecd494925258084a31c8ff301ad03 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Fri Aug 29 18:31:21 2008 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Sep 01 12:06:34 2008 +0100 |
tree | dff58b9bafca380ecc62e824239050e287920bf2 | |
parent | 93ed3970114983543bbebd195bef65db84444ea2 [diff] |
[ARM] 5232/1: Do not post-index STRT instruction in clear_user.S The last strnebt instruction has a post-index of 1 but the address register is set to 0 in the next instruction, so no need for post-indexing. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>