PERFORCE change 135958 for review

Randall R. Stewart rrs at FreeBSD.org
Fri Feb 22 14:01:32 UTC 2008


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

Change 135958 by rrs at rrs-mips2-jnpr on 2008/02/22 14:00:35

	clean out seperate special non-called clockintr

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/intr_machdep.c#6 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/intr_machdep.c#6 (text+ko) ====

@@ -154,12 +154,9 @@
 
 		if (!event || TAILQ_EMPTY(&event->ie_handlers))
 		{
-			if (i == 5)
-				clockintr(intr, tf);
-			else
-				printf("stray %s interrupt %d\n",
-				    hard ? "hard" : "soft", i);
-			continue;
+		  printf("stray %s interrupt %d\n",
+			 hard ? "hard" : "soft", i);
+		  continue;
 		}
 
 		/* Execute fast handlers. */


More information about the p4-projects mailing list