Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2002 12:47:41 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8917 for review
Message-ID:  <200204022047.g32KlfU14945@freefall.freebsd.org>

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

Change 8917 by jhb@jhb_laptop on 2002/04/02 12:46:48

	Missed integrating a revision.

Affected files ...

... //depot/projects/smpng/sys/pc98/i386/machdep.c#25 integrate

Differences ...

==== //depot/projects/smpng/sys/pc98/i386/machdep.c#25 (text+ko) ====

@@ -223,8 +223,6 @@
 static struct pcpu __pcpu;
 #endif
 
-struct mtx sched_lock;
-struct mtx Giant;
 struct mtx icu_lock;
 
 static void
@@ -1757,12 +1755,8 @@
 
 	pcpu_init(pc, 0, sizeof(struct pcpu));
 	PCPU_SET(prvspace, pc);
-
-	/* setup curproc so that mutexes work */
 	PCPU_SET(curthread, &thread0);
 
-	LIST_INIT(&thread0.td_contested);
-
 	/*
 	 * Initialize mutexes.
 	 *

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?200204022047.g32KlfU14945>