Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jan 2007 14:45:44 GMT
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 112422 for review
Message-ID:  <200701021445.l02EjiZo074373@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=112422

Change 112422 by cognet@hulglah on 2007/01/02 14:44:54

	Backout the last commit, we found a better solution for arm.

Affected files ...

.. //depot/projects/soc2006/intr_filter/kern/kern_intr.c#22 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/kern/kern_intr.c#22 (text+ko) ====

@@ -690,8 +690,6 @@
 	ih->ih_handler(ih->ih_argument);
 	if (!(ih->ih_flags & IH_MPSAFE))
 		mtx_unlock(&Giant);
-	if (ie->ie_enable)
-		ie->ie_enable(ie->ie_source);
 }
 
 static void



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701021445.l02EjiZo074373>