Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5046
b: refs/heads/master
c: 7c9a900
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Jul 26, 2005
1 parent 252d0f3 commit a74691f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 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: 4a1421f81b64e49ce932125e7222a2d7b7f87f13
refs/heads/master: 7c9a90073c75bffbb89763a0c7d44a2e44e9e628
9 changes: 1 addition & 8 deletions trunk/arch/x86_64/kernel/reboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,8 @@ void machine_restart(char * __unused)

printk("machine restart\n");

machine_shutdown();

if (!reboot_force) {
local_irq_disable();
#ifndef CONFIG_SMP
disable_local_APIC();
#endif
disable_IO_APIC();
local_irq_enable();
machine_shutdown();
}

/* Tell the BIOS if we want cold or warm reboot */
Expand Down

0 comments on commit a74691f

Please sign in to comment.