Module Name:    src
Committed By:   skrll
Date:           Thu Apr  5 20:17:24 UTC 2012

Modified Files:
        src/sys/arch/hp700/include: intr.h

Log Message:
Add the IPI routinte prototypes.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hp700/include/intr.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp700/include/intr.h
diff -u src/sys/arch/hp700/include/intr.h:1.19 src/sys/arch/hp700/include/intr.h:1.20
--- src/sys/arch/hp700/include/intr.h:1.19	Tue Nov 16 08:59:30 2010
+++ src/sys/arch/hp700/include/intr.h	Thu Apr  5 20:17:24 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: intr.h,v 1.19 2010/11/16 08:59:30 uebayasi Exp $	*/
+/*	$NetBSD: intr.h,v 1.20 2012/04/05 20:17:24 skrll Exp $	*/
 /*	$OpenBSD: intr.h,v 1.26 2009/12/29 13:11:40 jsing Exp $	*/
 
 /*-
@@ -93,6 +93,13 @@ splraiseipl(ipl_cookie_t icookie)
 
 #define	setsoftast(l)	((l)->l_md.md_astpending = 1)
 
+#ifdef MULTIPROCESSOR
+void	 hppa_ipi_init(struct cpu_info *);
+int	 hppa_ipi_intr(void *arg);
+int	 hppa_ipi_send(struct cpu_info *, u_long);
+int	 hppa_ipi_broadcast(u_long);
+#endif
+
 #endif /* !_LOCORE */
 
 #endif /* !_HP700_INTR_H_ */

Reply via email to