From owner-p4-projects@FreeBSD.ORG Fri Aug 20 17:28:06 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E912216A4DA; Fri, 20 Aug 2004 17:28:04 +0000 (GMT) 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 326C716A4CE for ; Fri, 20 Aug 2004 17:28:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29CEE43D31 for ; Fri, 20 Aug 2004 17:28:03 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7KHS38l031691 for ; Fri, 20 Aug 2004 17:28:03 GMT (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7KHS2rq031687 for perforce@freebsd.org; Fri, 20 Aug 2004 17:28:02 GMT (envelope-from jhb@freebsd.org) Date: Fri, 20 Aug 2004 17:28:02 GMT Message-Id: <200408201728.i7KHS2rq031687@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 Subject: PERFORCE change 60155 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 17:28:06 -0000 http://perforce.freebsd.org/chv.cgi?CH=60155 Change 60155 by jhb@jhb_slimer on 2004/08/20 17:28:00 Update todo. Affected files ... .. //depot/projects/smpng/sys/notes#17 edit Differences ... ==== //depot/projects/smpng/sys/notes#17 (text+ko) ==== @@ -3,9 +3,6 @@ - Consolidate linux module version and dependencies into MI location. - Untested -- Enable a pmap_emulate_reference check for Alpha under INVARIANTS instead - of DEBUG. ?? -- Lock Giant at beginning of pcic(4) driver's kthread ?? - Use an explicit IDT handler for the PPro errata 5AP. - CVS already has a different work around where we disable the local APIC on these processors. However, the apic(4) code tries to re-enable the @@ -52,5 +49,10 @@ buys is being able to swi_sched() from a fast handler, but that doesn't make sense because you can't actually enqueue a task onto its queue from a fast interrupt context +- Make ABI wrappers use kern_fcntl() and make them MP safe. +- "Optimize" atomic_store_rel() on i386 (it actually seems to be slower, + go figure) +- Optimize spin locks on UP such that they don't do atomic operations + - Untested Space reserved for child branches: