PERFORCE change 42096 for review

Peter Wemm peter at FreeBSD.org
Tue Nov 11 20:17:33 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=42096

Change 42096 by peter at peter_daintree on 2003/11/11 20:16:55

	oops. it would seem I haven't added the rest of the curpmap stuff.
	hack around it for now.

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/pmap.c#42 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/pmap.c#42 (text+ko) ====

@@ -3007,6 +3007,7 @@
 	atomic_clear_int(&oldpmap->pm_active, PCPU_GET(cpumask));
 	atomic_set_int(&pmap->pm_active, PCPU_GET(cpumask));
 #else
+if (oldpmap)	/* XXX FIXME */
 	oldpmap->pm_active &= ~PCPU_GET(cpumask);
 	pmap->pm_active |= PCPU_GET(cpumask);
 #endif


More information about the p4-projects mailing list