From 34a9a386cb4df8844bca8e43dae20e4a15710fcc Mon Sep 17 00:00:00 2001 From: andre Date: Thu, 18 Oct 2012 13:57:24 +0000 Subject: Mechanically remove the last stray remains of spl* calls from net*/*. They have been Noop's for a long time now. --- sys/netgraph/atm/sscop/ng_sscop.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/netgraph/atm/sscop') diff --git a/sys/netgraph/atm/sscop/ng_sscop.c b/sys/netgraph/atm/sscop/ng_sscop.c index 729c818..67a3f07 100644 --- a/sys/netgraph/atm/sscop/ng_sscop.c +++ b/sys/netgraph/atm/sscop/ng_sscop.c @@ -861,10 +861,8 @@ sscop_send_manage(struct sscop *sscop, void *p, enum sscop_maasig sig, static int ng_sscop_mod_event(module_t mod, int event, void *data) { - int s; int error = 0; - s = splnet(); switch (event) { case MOD_LOAD: @@ -877,6 +875,5 @@ ng_sscop_mod_event(module_t mod, int event, void *data) error = EOPNOTSUPP; break; } - splx(s); return (error); } -- cgit v1.1