Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5057
b: refs/heads/master
c: 4fa2564
h: refs/heads/master
i:
  5055: ffe914b
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Jul 26, 2005
1 parent bbaa7a7 commit 6b9a9f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d8e392e7c8f019657ff3ebe70a45d234990831db
refs/heads/master: 4fa2564a6fde9815df969ef3547744a22f66ba9d
4 changes: 1 addition & 3 deletions trunk/arch/i386/kernel/reboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,8 @@ void machine_halt(void)

void machine_power_off(void)
{
lapic_shutdown();
machine_shutdown();

if (efi_enabled)
efi.reset_system(EFI_RESET_SHUTDOWN, EFI_SUCCESS, 0, NULL);
if (pm_power_off)
pm_power_off();
}
Expand Down

0 comments on commit 6b9a9f9

Please sign in to comment.