ARM: 5991/1: Fix regression in restore_user_regs macro
authorAnders Grafström <grfstrm@users.sourceforge.net>
Mon, 15 Mar 2010 15:04:14 +0000 (16:04 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 15 Mar 2010 17:20:08 +0000 (17:20 +0000)
ARMv5T and earlier require that a ldm {}^ instruction is not followed
by an instruction that accesses banked registers. This patch restores
the nop that was lost in commit b86040a59feb255a8193173caa4d5199464433d5.

Signed-off-by: Anders Grafström <grfstrm@users.sourceforge.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found