2008-02-13 Robert Millan <rmh@aybabtu.com>
* conf/i386-linuxbios.rmk (grub_emu_SOURCES): Remove `commands/i386/pc/halt.c' and `commands/i386/pc/reboot.c'. * kern/i386/linuxbios/init.c (grub_halt, grub_reboot): Remove stubs.
This commit is contained in:
parent
c3db83643a
commit
0de8be863b
6 changed files with 3926 additions and 3439 deletions
|
@ -72,20 +72,6 @@ grub_exit (void)
|
|||
grub_stop ();
|
||||
}
|
||||
|
||||
void
|
||||
grub_reboot (void)
|
||||
{
|
||||
grub_printf ("grub_reboot() is not implemented.\n");
|
||||
grub_stop ();
|
||||
}
|
||||
|
||||
void
|
||||
grub_halt (int no_apm __attribute__ ((unused)))
|
||||
{
|
||||
grub_printf ("grub_halt() is not implemented.\n");
|
||||
grub_stop ();
|
||||
}
|
||||
|
||||
void
|
||||
grub_arch_sync_caches (void *address __attribute__ ((unused)),
|
||||
grub_size_t len __attribute__ ((unused)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue