Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2002 20:50:49 -0800 (PST)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8196 for review
Message-ID:  <200203220450.g2M4onx17500@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8196

Change 8196 by jake@jake_sparc64 on 2002/03/21 20:50:05

	Set mp_maxid so that uma works with smp.

Affected files ...

... //depot/projects/sparc64/sys/sparc64/sparc64/mp_machdep.c#11 edit

Differences ...

==== //depot/projects/sparc64/sys/sparc64/sparc64/mp_machdep.c#11 (text+ko) ====

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203220450.g2M4onx17500>