PERFORCE change 137938 for review

Steve Wise swise at FreeBSD.org
Mon Mar 17 19:08:27 UTC 2008


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

Change 137938 by swise at swise:vic10:iwarp on 2008/03/17 19:08:13

	build break

Affected files ...

.. //depot/projects/iwarp/sys/amd64/include/intr_machdep.h#3 edit

Differences ...

==== //depot/projects/iwarp/sys/amd64/include/intr_machdep.h#3 (text+ko) ====

@@ -138,9 +138,6 @@
 int	intr_add_handler(const char *name, int vector, driver_filter_t filter, 
 			 driver_intr_t handler, void *arg, enum intr_type flags, 
 			 void **cookiep);    
-#ifdef SMP
-int	intr_bind(u_int vector, u_char cpu);
-#endif
 int	intr_config_intr(int vector, enum intr_trigger trig,
     enum intr_polarity pol);
 void	intr_execute_handlers(struct intsrc *isrc, struct trapframe *frame);


More information about the p4-projects mailing list