Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2002 11:04:22 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12211 for review
Message-ID:  <200205311804.g4VI4MV61411@freefall.freebsd.org>

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

Change 12211 by jhb@jhb_laptop on 2002/05/31 11:04:11

	 Reinstate this diff now that ppc trap is FreeBSD-ish again.
	 (Thanks Benno!)

Affected files ...

... //depot/projects/smpng/sys/powerpc/powerpc/trap.c#20 edit

Differences ...

==== //depot/projects/smpng/sys/powerpc/powerpc/trap.c#20 (text+ko) ====

@@ -269,9 +269,9 @@
 
 	userret(td, frame, sticks);
 	mtx_assert(&Giant, MA_NOTOWNED);
-#ifdef	DIAGNOSTIC
+#ifdef INARIANTS
 	cred_free_thread(td);
-#endif	/* DIAGNOSTIC */
+#endif /* INVARIANTS */
 }
 
 static void

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?200205311804.g4VI4MV61411>