* grub-core/kern/powerpc/dl.c (trampoline_template): Use r12 instead
of r0.
This commit is contained in:
parent
7086ad524f
commit
dcaaae9dbe
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2012-05-21 Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
||||||
|
|
||||||
|
* grub-core/kern/powerpc/dl.c (trampoline_template): Use r12 instead
|
||||||
|
of r0.
|
||||||
|
|
||||||
2012-05-21 Vladimir Serbinenko <phcoder@gmail.com>
|
2012-05-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Remove unjustified hard dependency of normal.mod on gfxterm.
|
Remove unjustified hard dependency of normal.mod on gfxterm.
|
||||||
|
|
|
@ -89,9 +89,9 @@ struct trampoline
|
||||||
|
|
||||||
static const struct trampoline trampoline_template =
|
static const struct trampoline trampoline_template =
|
||||||
{
|
{
|
||||||
0x3c000000,
|
0x3d800000,
|
||||||
0x60000000,
|
0x618c0000,
|
||||||
0x7c0903a6,
|
0x7d8903a6,
|
||||||
0x4e800420,
|
0x4e800420,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue