Hi Brad, You wrote: > OpenBSD / NetBSD use HW_NCPUONLINE to detect the online CPU > count. OpenBSD ships with SMT disabled on X86 systems so > HW_NCPU would provide double the number of CPUs as opposed > to the proper online count. > > Signed-off-by: Brad Smith <brad@xxxxxxxxxxxx> > --- > thread-utils.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Looks good to me. I tested the patch on OpenBSD 7.7 and NetBSD 10.0. Reviewed-by: Collin Funk <collin.funk1@xxxxxxxxx> Collin