CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/29 00:50:52
Modified files:
sys/dev/pv : xen.c
Log message:
avoid a NULL deref in xen_intr_barrier()
intr_barrier() now uses the argument so directly call sched_barrier(NULL)
which is what intr_barrier(NULL) used to do until recently.
>From Todd Carson on bugs@
ok dlg@
