Date: Thu, 3 Jan 2008 20:40:47 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 132423 for review Message-ID: <200801032040.m03Kelnm008108@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132423 Change 132423 by imp@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801032040.m03Kelnm008108>