Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2002 07:18:08 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15303 for review
Message-ID:  <200207311418.g6VEI83e060173@freefall.freebsd.org>

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

Change 15303 by jhb@jhb_zion on 2002/07/31 07:18:06

	Compile bogon.

Affected files ...

.. //depot/projects/smpng/sys/i386/i386/vm_machdep.c#24 edit

Differences ...

==== //depot/projects/smpng/sys/i386/i386/vm_machdep.c#24 (text+ko) ====

@@ -139,7 +139,7 @@
 			struct proc_ldt *pldt;
 
 			mtx_lock_spin(&sched_lock);
-			pltd = mdp1->md_ldt;
+			pldt = mdp1->md_ldt;
 			if (pldt && pldt->ldt_refcnt > 1) {
 				pldt = user_ldt_alloc(mdp1, pldt->ldt_len);
 				if (pldt == NULL)

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?200207311418.g6VEI83e060173>