commit | 0d147db0c127c561f8f9ead9f3c1ec38f89f1040 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Jun 26 14:42:02 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Jul 02 10:56:11 2011 +0100 |
tree | ed499217d06bd42fc70bfcd7d3c0ae8ee05bc0b8 | |
parent | 3e287bec6fde088bff05ee7f998f53e8ac75b922 [diff] |
ARM: entry: data abort: avoid using r2 in abort helpers This allows us to pass the pt_regs pointer in to these functions ready for tail-calling the abort handler. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>