PERFORCE change 42350 for review

Peter Wemm peter at FreeBSD.org
Fri Nov 14 10:46:20 PST 2003


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

Change 42350 by peter at peter_overcee on 2003/11/14 10:46:16

	converge with -current a bit.  I dont know if jhb intends to commit this
	change that I originally picked up via jhb_acpipci or not.

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/intr_machdep.c#9 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/intr_machdep.c#9 (text+ko) ====

@@ -106,7 +106,6 @@
 	}
 	intrcnt_register(isrc);
 	interrupt_sources[vector] = isrc;
-	isrc->is_pic->pic_enable_intr(isrc);
 	mtx_unlock_spin(&intr_table_lock);
 	return (0);
 }
@@ -132,6 +131,7 @@
 	    ithread_priority(flags), flags, cookiep);
 	if (error == 0) {
 		intrcnt_updatename(isrc);
+		isrc->is_pic->pic_enable_intr(isrc);
 		isrc->is_pic->pic_enable_source(isrc);
 	}
 	return (error);


More information about the p4-projects mailing list