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:
8c06f0d
)
powerpc/boot: don't clobber r6 and r7 in epapr boot
author
Jeremy Kerr
<jk@ozlabs.org>
Wed, 11 Feb 2015 04:55:44 +0000
(12:55 +0800)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Mon, 16 Mar 2015 07:58:35 +0000
(18:58 +1100)
We use r6 and r7 for epapr boot, but the current pre-C init will clobber
both of these.
This change does a simple replacement, of r6 -> r12 and r7 -> r13, so
that we hit platform init with these registers intact.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
No differences found