From owner-p4-projects@FreeBSD.ORG Sat Jul 9 12:40:17 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3AD4116A420; Sat, 9 Jul 2005 12:40:17 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1337A16A41C for ; Sat, 9 Jul 2005 12:40:17 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB67E43D46 for ; Sat, 9 Jul 2005 12:40:16 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j69CeGBs053703 for ; Sat, 9 Jul 2005 12:40:16 GMT (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j69CeGsc053700 for perforce@freebsd.org; Sat, 9 Jul 2005 12:40:16 GMT (envelope-from jhb@freebsd.org) Date: Sat, 9 Jul 2005 12:40:16 GMT Message-Id: <200507091240.j69CeGsc053700@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin To: Perforce Change Reviews Cc: Subject: PERFORCE change 79818 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2005 12:40:18 -0000 http://perforce.freebsd.org/chv.cgi?CH=79818 Change 79818 by jhb@jhb_slimer on 2005/07/09 12:40:08 Note that first round was committed and change to do atomic_foo_ptr() changes before the +m changes. Affected files ... .. //depot/projects/smpng/sys/notes#47 edit Differences ... ==== //depot/projects/smpng/sys/notes#47 (text+ko) ==== @@ -37,19 +37,15 @@ - sparc64 - sys + start over saving current state in the ktrace branch so I can break this up - - use more macros and duplicate less identical functions - + implement + - change atomic_ptr() to use uintptr_t and change sparc64 and arm to treat + memory modified in _swp and casa as input and output + - implement - test - commit - stop using '+' with "m" arguments - implement - test - commit - - change atomic_ptr() to use uintptr_t and change sparc64 and arm to treat - memory modified in _swp and casa as input and output - - implement - - test - - commit - see what's left of the diff after these - Fixup td_ucred of thread doing execve() to re-sync with process ucred after single threading during an exec.