From owner-p4-projects Tue Apr 2 12:48: 4 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id CA47A37B427; Tue, 2 Apr 2002 12:47:52 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF14237B435 for ; Tue, 2 Apr 2002 12:47:41 -0800 (PST) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32KlfU14945 for perforce@freebsd.org; Tue, 2 Apr 2002 12:47:41 -0800 (PST) (envelope-from jhb@freebsd.org) Date: Tue, 2 Apr 2002 12:47:41 -0800 (PST) Message-Id: <200204022047.g32KlfU14945@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 8917 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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