PERFORCE change 132423 for review

Warner Losh imp at FreeBSD.org
Thu Jan 3 12:40:48 PST 2008


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

Change 132423 by imp at imp_paco-paco on 2008/01/03 20:40:30

	Comment these out until I can get the right names sorted out.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/interrupt.c#3 edit

Differences ...

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

@@ -217,6 +217,7 @@
 {
 }
 
+#if 0
 static int
 sched_ithd(void *cookie)
 {
@@ -238,6 +239,7 @@
 	intr_handlers[irq].ih_flags = flags;
 }
 
+// XXX these have changed and need to be updated
 int
 inthand_add(const char *name, u_int irq, void (*handler)(void *), void *arg,
     int flags, void **cookiep)
@@ -288,6 +290,7 @@
 	error = intr_event_remove_handler(cookie);
 	return (error);
 }
+#endif
 
 /*
  *  Process interrupts. The parameter pending has non-masked interrupts.


More information about the p4-projects mailing list