Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp700/include Add the IPI routinte prototypes.
details: https://anonhg.NetBSD.org/src/rev/ea7ed804977a
branches: trunk
changeset: 778582:ea7ed804977a
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Apr 05 20:17:24 2012 +0000
description:
Add the IPI routinte prototypes.
diffstat:
sys/arch/hp700/include/intr.h | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 1fedc268e85a -r ea7ed804977a sys/arch/hp700/include/intr.h
--- a/sys/arch/hp700/include/intr.h Thu Apr 05 20:13:34 2012 +0000
+++ b/sys/arch/hp700/include/intr.h Thu Apr 05 20:17:24 2012 +0000
@@ -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 @@
#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_ */
Home |
Main Index |
Thread Index |
Old Index