PERFORCE change 83487 for review

John Baldwin jhb at FreeBSD.org
Mon Sep 12 12:22:51 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=83487

Change 83487 by jhb at 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


More information about the p4-projects mailing list