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

View File

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