> Maybe ci is now "unused" on non-MULTIPROCESSOR kernels and this angers > the compiler?
Yes. /usr/src/sys/kern/kern_clock.c:114:19: error: unused variable 'ci' [-Werror,-Wunused-variable] struct cpu_info *ci = curcpu(); ^ 1 error generated.
> Maybe ci is now "unused" on non-MULTIPROCESSOR kernels and this angers > the compiler?
Yes. /usr/src/sys/kern/kern_clock.c:114:19: error: unused variable 'ci' [-Werror,-Wunused-variable] struct cpu_info *ci = curcpu(); ^ 1 error generated.