Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips only look for cpunode.h on OCTEON. that'...



details:   https://anonhg.NetBSD.org/src/rev/fc08f0fa1fba
branches:  trunk
changeset: 944352:fc08f0fa1fba
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Sep 27 10:35:57 2020 +0000

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

diffstat:

 sys/arch/mips/mips/mipsX_subr.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3c45108d9351 -r fc08f0fa1fba sys/arch/mips/mips/mipsX_subr.S
--- a/sys/arch/mips/mips/mipsX_subr.S   Sun Sep 27 09:53:41 2020 +0000
+++ b/sys/arch/mips/mips/mipsX_subr.S   Sun Sep 27 10:35:57 2020 +0000
@@ -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 @@
 
 #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



Home | Main Index | Thread Index | Old Index