Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104339
b: refs/heads/master
c: 4d8cc87
h: refs/heads/master
i:
  104337: 0800fa0
  104335: fed47ba
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Jul 9, 2008
1 parent 2e1a0b9 commit 8e9e4fc
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d6cd7effcc5e0047faf15ab0a54c980f1a616a07
refs/heads/master: 4d8cc874d7ed43eda72765e9c0e141e170fee4f3
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,8 @@ static int __init parse_maxcpus(char *arg)
{
extern unsigned int maxcpus;

maxcpus = simple_strtoul(arg, NULL, 0);
if (arg)
maxcpus = simple_strtoul(arg, NULL, 0);
return 0;
}
early_param("maxcpus", parse_maxcpus);

0 comments on commit 8e9e4fc

Please sign in to comment.