Date: Fri, 25 Jan 2008 19:27:37 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 134098 for review Message-ID: <200801251927.m0PJRbYC053809@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134098 Change 134098 by jhb@jhb_mutex on 2008/01/25 19:27:09 Have to PCATCH for TDF_INTERRUPT to take effect. Affected files ... .. //depot/projects/smpng/sys/modules/crash/crash.c#48 edit Differences ... ==== //depot/projects/smpng/sys/modules/crash/crash.c#48 (text+ko) ==== @@ -149,7 +149,7 @@ * timeout to fire. */ binuptime(&start); - rval = tsleep(&race_wchan, 0, "race", 5 * hz); + rval = tsleep(&race_wchan, PCATCH, "race", 5 * hz); binuptime(&finish); printf("crash: sleepq_timedwait() returned %d\n", rval); bintime_sub(&finish, &start);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801251927.m0PJRbYC053809>