Module Name:    src
Committed By:   mrg
Date:           Sun Sep 27 10:35:57 UTC 2020

Modified Files:
        src/sys/arch/mips/mips: mipsX_subr.S

Log Message:
only look for cpunode.h on OCTEON.  that's the only direct
caller of *_kern_nonmaskable_intr().


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/sys/arch/mips/mips/mipsX_subr.S

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/mips/mips/mipsX_subr.S
diff -u src/sys/arch/mips/mips/mipsX_subr.S:1.111 src/sys/arch/mips/mips/mipsX_subr.S:1.112
--- src/sys/arch/mips/mips/mipsX_subr.S:1.111	Thu Sep 24 08:14:08 2020
+++ src/sys/arch/mips/mips/mipsX_subr.S	Sun Sep 27 10:35:57 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: mipsX_subr.S,v 1.111 2020/09/24 08:14:08 mrg Exp $	*/
+/*	$NetBSD: mipsX_subr.S,v 1.112 2020/09/27 10:35:57 mrg Exp $	*/
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -117,7 +117,7 @@
  */
 
 #include <mips/asm.h>
-RCSID("$NetBSD: mipsX_subr.S,v 1.111 2020/09/24 08:14:08 mrg Exp $")
+RCSID("$NetBSD: mipsX_subr.S,v 1.112 2020/09/27 10:35:57 mrg Exp $")
 
 #include "opt_cputype.h"
 #include "opt_ddb.h"
@@ -137,7 +137,7 @@ RCSID("$NetBSD: mipsX_subr.S,v 1.111 202
 
 #include "assym.h"
 
-#if defined(MIPS64_OCTEON) || defined(MIPS64_XLR) || defined(MIPS64_XLS)
+#if defined(MIPS64_OCTEON)
 #include "cpunode.h"			/* for NWDOG */
 #else
 #define NWDOG 0

Reply via email to