Module Name:    src
Committed By:   ozaki-r
Date:           Wed Feb 28 10:34:04 UTC 2018

Modified Files:
        src/sys/net: bridgestp.c

Log Message:
Sweep obsolete BRIDGE_MPSAFE (it's always on now)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/net/bridgestp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/net/bridgestp.c
diff -u src/sys/net/bridgestp.c:1.24 src/sys/net/bridgestp.c:1.25
--- src/sys/net/bridgestp.c:1.24	Thu Mar  9 04:37:23 2017
+++ src/sys/net/bridgestp.c	Wed Feb 28 10:34:04 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: bridgestp.c,v 1.24 2017/03/09 04:37:23 ozaki-r Exp $	*/
+/*	$NetBSD: bridgestp.c,v 1.25 2018/02/28 10:34:04 ozaki-r Exp $	*/
 
 /*
  * Copyright (c) 2000 Jason L. Wright (ja...@thought.net)
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bridgestp.c,v 1.24 2017/03/09 04:37:23 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bridgestp.c,v 1.25 2018/02/28 10:34:04 ozaki-r Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -594,9 +594,7 @@ bstp_input(struct bridge_softc *sc, stru
 	struct bstp_tcn_unit tu;
 	uint16_t len;
 
-#ifdef BRIDGE_MPSAFE
 	KASSERT(bif->bif_refs > 0);
-#endif
 
 	eh = mtod(m, struct ether_header *);
 

Reply via email to