[ARM] 5232/1: Do not post-index STRT instruction in clear_user.S
authorCatalin Marinas <catalin.marinas@arm.com>
Fri, 29 Aug 2008 17:31:21 +0000 (18:31 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 1 Sep 2008 11:06:34 +0000 (12:06 +0100)
commit9c23e5fefaaecd494925258084a31c8ff301ad03
treedff58b9bafca380ecc62e824239050e287920bf2
parent93ed3970114983543bbebd195bef65db84444ea2
[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>
arch/arm/lib/clear_user.S