ARM 64 port by Leif Lindholm
This commit is contained in:
parent
cd46aa6cef
commit
15a463d742
26 changed files with 759 additions and 17 deletions
|
@ -29,7 +29,7 @@ void
|
|||
grub_halt (void)
|
||||
{
|
||||
grub_machine_fini (GRUB_LOADER_FLAG_NORETURN);
|
||||
#if !defined(__ia64__) && !defined(__arm__)
|
||||
#if !defined(__ia64__) && !defined(__arm__) && !defined(__aarch64__)
|
||||
grub_acpi_halt ();
|
||||
#endif
|
||||
efi_call_4 (grub_efi_system_table->runtime_services->reset_system,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue