PERFORCE change 57504 for review

Peter Wemm peter at FreeBSD.org
Fri Jul 16 16:19:49 PDT 2004


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

Change 57504 by peter at 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 {
 		/*


More information about the p4-projects mailing list