svn commit: r235232 - head/sys/sparc64/include

Marius Strobl marius at FreeBSD.org
Thu May 10 15:23:21 UTC 2012


Author: marius
Date: Thu May 10 15:23:20 2012
New Revision: 235232
URL: http://svn.freebsd.org/changeset/base/235232

Log:
  Fix mismerge in r235231.

Modified:
  head/sys/sparc64/include/intr_machdep.h

Modified: head/sys/sparc64/include/intr_machdep.h
==============================================================================
--- head/sys/sparc64/include/intr_machdep.h	Thu May 10 15:17:21 2012	(r235231)
+++ head/sys/sparc64/include/intr_machdep.h	Thu May 10 15:23:20 2012	(r235232)
@@ -91,8 +91,8 @@ struct intr_vector {
 extern ih_func_t *intr_handlers[];
 extern struct intr_vector intr_vectors[];
 
-#ifdef SMP
 void	intr_add_cpu(u_int cpu);
+#ifdef SMP
 int	intr_bind(int vec, u_char cpu);
 #endif
 int	intr_describe(int vec, void *ih, const char *descr);


More information about the svn-src-head mailing list