OpenBSD cvs log

created 2022-11-27T16:21:54Z
begin 2022-11-09T22:12:40Z
end 2022-11-09T22:15:50Z
path src/sys
commits 1

date 2022-11-09T22:15:50Z
author dlg
files src/sys/net/if.c log diff annotate
message revert r1.673: replace SRP with SMR in the if_idxmap.

if the map has to be reallocated during boot, there's an smr_barrier
waiting for the old map to become unused. that barrier ends up
waiting for cpus that aren't running yet because we haven't finished
booting yet, so boot gets stuck.

found by hrvoje popovski