From owner-p4-projects Tue Apr 9 13:49: 9 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0566437B416; Tue, 9 Apr 2002 13:49:04 -0700 (PDT) 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 EF18A37B404 for ; Tue, 9 Apr 2002 13:49:02 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g39Kn2l38137 for perforce@freebsd.org; Tue, 9 Apr 2002 13:49:02 -0700 (PDT) (envelope-from jhb@freebsd.org) Date: Tue, 9 Apr 2002 13:49:02 -0700 (PDT) Message-Id: <200204092049.g39Kn2l38137@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 9468 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=9468 Change 9468 by jhb@jhb_laptop on 2002/04/09 13:48:56 Bah, remove the lock of Giant at the start of settimeofday(). Reported by: panic on deimos Affected files ... ... //depot/projects/smpng/sys/kern/kern_time.c#12 edit Differences ... ==== //depot/projects/smpng/sys/kern/kern_time.c#12 (text+ko) ==== @@ -363,8 +363,6 @@ struct timezone atz; int error = 0; - mtx_lock(&Giant); - if ((error = suser(td))) return (error); /* Verify all parameters before changing time. */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message