PERFORCE change 98149 for review

Kip Macy kmacy at FreeBSD.org
Tue May 30 12:20:08 PDT 2006


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

Change 98149 by kmacy at kmacy_storage:sun4v_work on 2006/05/30 19:17:39

	reset interrupt state only after all work has been done

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/interrupt.S#10 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/interrupt.S#10 (text+ko) ====

@@ -84,6 +84,10 @@
 
 	call	%o0
 	 mov	%o1, %o0
+
+	lduw	[%l0 + IR_VEC], %o0
+	call	hvio_intr_setstate
+	  mov	HV_INTR_IDLE_STATE, %o1
 	ba,a	%xcc, 1b
 	 nop
 END(intr_fast)


More information about the p4-projects mailing list