Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120778
b: refs/heads/master
c: 55c395b
h: refs/heads/master
v: v3
  • Loading branch information
Michael Tokarev authored and Ingo Molnar committed Dec 5, 2008
1 parent 9850b72 commit e35be4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: affa219b60a11b3295637a97f5b1b8ef231490fc
refs/heads/master: 55c395b47042e12d5c25aa07f271f56ffe44f793
6 changes: 4 additions & 2 deletions trunk/arch/x86/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1086,8 +1086,10 @@ static int __init smp_sanity_check(unsigned max_cpus)
#endif

if (!physid_isset(hard_smp_processor_id(), phys_cpu_present_map)) {
printk(KERN_WARNING "weird, boot CPU (#%d) not listed"
"by the BIOS.\n", hard_smp_processor_id());
printk(KERN_WARNING
"weird, boot CPU (#%d) not listed by the BIOS.\n",
hard_smp_processor_id());

physid_set(hard_smp_processor_id(), phys_cpu_present_map);
}

Expand Down

0 comments on commit e35be4b

Please sign in to comment.