Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/include Add a IPI for watchdogs.



details:   https://anonhg.NetBSD.org/src/rev/8bcda9a6f801
branches:  trunk
changeset: 338724:8bcda9a6f801
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jun 06 04:31:52 2015 +0000

description:
Add a IPI for watchdogs.

diffstat:

 sys/arch/mips/include/intr.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 4a34d87c497c -r 8bcda9a6f801 sys/arch/mips/include/intr.h
--- a/sys/arch/mips/include/intr.h      Sat Jun 06 04:31:10 2015 +0000
+++ b/sys/arch/mips/include/intr.h      Sat Jun 06 04:31:52 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.9 2015/06/01 22:55:12 matt Exp $ */
+/* $NetBSD: intr.h,v 1.10 2015/06/06 04:31:52 matt Exp $ */
 
 /*-
  * Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
@@ -75,7 +75,8 @@
 #define        IPI_HALT        6               /* halt cpu */
 #define        IPI_XCALL       7               /* xcall */
 #define        IPI_GENERIC     8               /* generic IPI */
-#define        NIPIS           9
+#define        IPI_WDOG        9               /* tickle a wdog */
+#define        NIPIS           10
 
 #ifdef __INTR_PRIVATE
 struct splsw {



Home | Main Index | Thread Index | Old Index