Date: Fri, 16 Jul 2004 23:19:48 GMT From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 57504 for review Message-ID: <200407162319.i6GNJmLa016565@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=57504 Change 57504 by peter@peter_overcee on 2004/07/16 23:19:16 add in jhb's hack to try and solve preemption lockups. Affected files ... .. //depot/projects/hammer/sys/amd64/amd64/intr_machdep.c#23 edit Differences ... ==== //depot/projects/hammer/sys/amd64/amd64/intr_machdep.c#23 (text+ko) ==== @@ -204,6 +204,8 @@ } isrc->is_pic->pic_eoi_source(isrc); error = 0; + /* XXX */ + td->td_pflags &= ~ TDP_OWEPREEMPT; critical_exit(); } else { /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407162319.i6GNJmLa016565>