From owner-p4-projects Fri May 31 11: 4:31 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 38F9637B409; Fri, 31 May 2002 11:04:23 -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 6C4F837B407 for ; Fri, 31 May 2002 11:04:22 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4VI4MV61411 for perforce@freebsd.org; Fri, 31 May 2002 11:04:22 -0700 (PDT) (envelope-from jhb@freebsd.org) Date: Fri, 31 May 2002 11:04:22 -0700 (PDT) Message-Id: <200205311804.g4VI4MV61411@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 12211 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=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