ARM: entry: data abort: use r2 as base of pt_regs rather than stack
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 27 Jun 2011 08:52:54 +0000 (09:52 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 2 Jul 2011 09:56:11 +0000 (10:56 +0100)
Now that we pass r2 into these helper functions as the pointer to
pt_regs, use r2 as the base of the registers on the stack rather
than using the stack pointer directly.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found