PERFORCE change 97166 for review

John Birrell jb at FreeBSD.org
Sun May 14 22:33:53 UTC 2006


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

Change 97166 by jb at jb_freebsd2 on 2006/05/14 22:33:08

	Ugh, the deadlock is real.

Affected files ...

.. //depot/projects/dtrace/src/sys/cddl/i386/cyclic_machdep.c#5 edit

Differences ...

==== //depot/projects/dtrace/src/sys/cddl/i386/cyclic_machdep.c#5 (text+ko) ====

@@ -188,12 +188,11 @@
 
 static cyc_cookie_t set_level(cyb_arg_t arg, cyc_level_t level)
 {
-	return (intr_disable());
+	return (0);
 }
 
 static void restore_level(cyb_arg_t arg, cyc_cookie_t cookie)
 {
-	intr_restore(cookie);
 }
 
 static void xcall(cyb_arg_t arg, cpu_t *c, cyc_func_t func, void *param)


More information about the p4-projects mailing list