Backout always allocate per-CPU statistics counters for network
authorbluhm <bluhm@openbsd.org>
Sat, 23 Dec 2023 10:52:54 +0000 (10:52 +0000)
committerbluhm <bluhm@openbsd.org>
Sat, 23 Dec 2023 10:52:54 +0000 (10:52 +0000)
commit938ff1ae9de381d8345ce36468f0e90c37e6e5a3
tree071c9dd1b653b94a9617d3ed3c89d41e75453023
parentd835b37be602f75473644714ff7884b0082ba06f
Backout always allocate per-CPU statistics counters for network
interface descriptor.  It panics during attach of em(4) device at
boot.
22 files changed:
sys/net/if.c
sys/net/if_aggr.c
sys/net/if_bpe.c
sys/net/if_etherip.c
sys/net/if_gif.c
sys/net/if_gre.c
sys/net/if_mpe.c
sys/net/if_mpip.c
sys/net/if_mpw.c
sys/net/if_pflow.c
sys/net/if_pfsync.c
sys/net/if_pppx.c
sys/net/if_sec.c
sys/net/if_tpmr.c
sys/net/if_trunk.c
sys/net/if_tun.c
sys/net/if_var.h
sys/net/if_veb.c
sys/net/if_vlan.c
sys/net/if_vxlan.c
sys/net/if_wg.c
sys/netinet/ip_carp.c