mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Set mp_maxid so that UMA works with SMP.
Submitted by: jake
This commit is contained in:
parent
3191e556ea
commit
bca61dd95d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93683
@ -150,6 +150,7 @@ cpu_mp_probe(void)
|
||||
strcmp(buf, "cpu") == 0)
|
||||
cpus++;
|
||||
}
|
||||
mp_maxid = cpus;
|
||||
return (cpus > 1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user