From owner-p4-projects@FreeBSD.ORG Mon Sep 12 19:22:51 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 DED0416A421; Mon, 12 Sep 2005 19:22:50 +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 BA95016A41F for ; Mon, 12 Sep 2005 19:22:50 +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 8966643D46 for ; Mon, 12 Sep 2005 19:22:50 +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 j8CJMojN073095 for ; Mon, 12 Sep 2005 19:22:50 GMT (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CJMo7c073092 for perforce@freebsd.org; Mon, 12 Sep 2005 19:22:50 GMT (envelope-from jhb@freebsd.org) Date: Mon, 12 Sep 2005 19:22:50 GMT Message-Id: <200509121922.j8CJMo7c073092@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 83487 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: Mon, 12 Sep 2005 19:22:51 -0000 http://perforce.freebsd.org/chv.cgi?CH=83487 Change 83487 by jhb@jhb_slimer on 2005/09/12 19:21:52 Updates. Affected files ... .. //depot/projects/smpng/sys/i386/i386/local_apic.c#32 edit .. //depot/projects/smpng/sys/notes#54 edit Differences ... ==== //depot/projects/smpng/sys/i386/i386/local_apic.c#32 (text+ko) ==== @@ -324,7 +324,7 @@ lapic_timer_enable_intr(); } - /* XXX: Performance counter, error, and thermal LVTs */ + /* XXX: Error and thermal LVTs */ intr_restore(eflags); } ==== //depot/projects/smpng/sys/notes#54 (text+ko) ==== @@ -39,7 +39,7 @@ - sys + start over saving current state in the ktrace branch so I can break this up - stop using '+' with "m" arguments - - implement + + implement - test - commit - see what's left of the diff after these @@ -88,10 +88,6 @@ + Add checks to msleep() and cv_wait*() to ensure they aren't called by an interrupt thread. Would need to provide an exception for the istorm stuff. -- Add witness checks to thread exit to make sure dying threads don't leak - locks. Requested by Jeff. - + Implemented - - Untested - Fix free race in eventhandlers: > In the macro "_EVENTHANDLER_INVOKE" in the file > "/sys/sys/eventhandler.h", you unlock the list lock