PERFORCE change 149459 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Tue Sep 9 03:00:08 UTC 2008


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

Change 149459 by gonzo at gonzo_jeeves on 2008/09/09 02:59:50

	  Remove unused variable

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/intr_machdep.c#7 edit

Differences ...

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

@@ -138,7 +138,7 @@
 {
 	struct intr_event *event;
 	register_t cause;
-	int hard, i, intr, thread;
+	int hard, i, intr;
 
 	critical_enter();
 


More information about the p4-projects mailing list