Re: sched_cpu_init: no need to NULL-check clockintr pointers

2023-08-31 Thread Claudio Jeker
On Thu, Aug 31, 2023 at 10:30:45AM -0500, Scott Cheloha wrote: > We don't actually need these NULL-checks, my mistake. > > sched_init_cpu() is only ever run once for a given cpu_info. > > ok? Yes please. OK claudio@ > Index: kern_sched.c > ==

sched_cpu_init: no need to NULL-check clockintr pointers

2023-08-31 Thread Scott Cheloha
We don't actually need these NULL-checks, my mistake. sched_init_cpu() is only ever run once for a given cpu_info. ok? Index: kern_sched.c === RCS file: /cvs/src/sys/kern/kern_sched.c,v retrieving revision 1.87 diff -u -p -r1.87 ker