Source-Changes-HG archive

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

[src/trunk]: src/sys/kern More ipkdb removal



details:   https://anonhg.NetBSD.org/src/rev/9e42fd876cb9
branches:  trunk
changeset: 324085:9e42fd876cb9
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jul 15 07:24:11 2018 +0000

description:
More ipkdb removal

diffstat:

 sys/kern/subr_prf.c |  12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diffs (43 lines):

diff -r a55087dcb769 -r 9e42fd876cb9 sys/kern/subr_prf.c
--- a/sys/kern/subr_prf.c       Sun Jul 15 07:07:15 2018 +0000
+++ b/sys/kern/subr_prf.c       Sun Jul 15 07:24:11 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_prf.c,v 1.173 2018/07/01 09:53:54 jmcneill Exp $  */
+/*     $NetBSD: subr_prf.c,v 1.174 2018/07/15 07:24:11 martin Exp $    */
 
 /*-
  * Copyright (c) 1986, 1988, 1991, 1993
@@ -37,11 +37,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_prf.c,v 1.173 2018/07/01 09:53:54 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_prf.c,v 1.174 2018/07/15 07:24:11 martin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ddb.h"
-#include "opt_ipkdb.h"
 #include "opt_kgdb.h"
 #include "opt_dump.h"
 #include "opt_rnd_printf.h"
@@ -73,10 +72,6 @@
 
 #include <net/if.h>
 
-#ifdef IPKDB
-#include <ipkdb/ipkdb.h>
-#endif
-
 static kmutex_t kprintf_mtx;
 static bool kprintf_inited = false;
 
@@ -327,9 +322,6 @@
        if (logenabled(msgbufp))
                panicend = msgbufp->msg_bufx;
 
-#ifdef IPKDB
-       ipkdb_panic();
-#endif
 #ifdef KGDB
        kgdb_panic();
 #endif



Home | Main Index | Thread Index | Old Index