* grub-core/kern/powerpc/dl.c (trampoline_template): Use r12 instead

of r0.
This commit is contained in:
Benjamin Herrenschmidt 2012-05-21 22:40:34 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 7086ad524f
commit dcaaae9dbe
2 changed files with 8 additions and 3 deletions

View file

@ -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>
Remove unjustified hard dependency of normal.mod on gfxterm.

View file

@ -89,9 +89,9 @@ struct trampoline
static const struct trampoline trampoline_template =
{
0x3c000000,
0x60000000,
0x7c0903a6,
0x3d800000,
0x618c0000,
0x7d8903a6,
0x4e800420,
};