Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2003 20:17:31 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42096 for review
Message-ID:  <200311120417.hAC4HVaA036104@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=42096

Change 42096 by peter@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



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