1
0
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:
Thomas Moestl 2002-04-02 17:37:06 +00:00
parent 3191e556ea
commit bca61dd95d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93683

View File

@ -150,6 +150,7 @@ cpu_mp_probe(void)
strcmp(buf, "cpu") == 0)
cpus++;
}
mp_maxid = cpus;
return (cpus > 1);
}