mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-05 19:26:01 +00:00
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
@ -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 New Issue
Block a user