2008-01-14 Robert Millan <rmh@aybabtu.com>
* kern/powerpc/ieee1275/init.c (grub_exit): Reimplement as a wrapper for grub_ieee1275_exit(), in order to improve portability.
This commit is contained in:
parent
e622c55943
commit
c86f14693a
2 changed files with 6 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-01-14 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* kern/powerpc/ieee1275/init.c (grub_exit): Reimplement as a wrapper
|
||||
for grub_ieee1275_exit(), in order to improve portability.
|
||||
|
||||
2008-01-14 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* util/grub.d/10_linux.in (prefix): Define.
|
||||
|
|
|
@ -55,10 +55,7 @@ grub_millisleep (grub_uint32_t ms)
|
|||
void
|
||||
grub_exit (void)
|
||||
{
|
||||
/* Trap to Open Firmware. */
|
||||
asm ("trap");
|
||||
|
||||
for (;;);
|
||||
grub_ieee1275_exit ();
|
||||
}
|
||||
|
||||
/* Translate an OF filesystem path (separated by backslashes), into a GRUB
|
||||
|
|
Loading…
Reference in a new issue