Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5056
b: refs/heads/master
c: d8e392e
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Jul 26, 2005
1 parent ffe914b commit bbaa7a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 68acc05d0120e19c850e1f347ee96055f5aa032f
refs/heads/master: d8e392e7c8f019657ff3ebe70a45d234990831db
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/reboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ void machine_shutdown(void)
reboot_cpu_id = 0;

/* See if there has been given a command line override */
if ((reboot_cpu_id != -1) && (reboot_cpu < NR_CPUS) &&
if ((reboot_cpu != -1) && (reboot_cpu < NR_CPUS) &&
cpu_isset(reboot_cpu, cpu_online_map)) {
reboot_cpu_id = reboot_cpu;
}
Expand Down

0 comments on commit bbaa7a7

Please sign in to comment.