Date: Mon, 12 Sep 2005 19:22:50 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 83487 for review Message-ID: <200509121922.j8CJMo7c073092@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509121922.j8CJMo7c073092>