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
|
@ -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…
Add table
Add a link
Reference in a new issue