git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da74047
)
ARM: entry: data abort: use r2 as base of pt_regs rather than stack
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 27 Jun 2011 08:52:54 +0000
(09:52 +0100)
committer
Russell 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