Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2002 13:49:02 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9468 for review
Message-ID:  <200204092049.g39Kn2l38137@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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