CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2020/06/16 17:35:11

Modified files:
        sys/arch/amd64/amd64: intr.c 

Log message:
make intr_barrier run sched_barrier on the cpu the interrupt pinned to.

intr_barrier passed NULL to sched_barrier before this, which ends
up being the primary cpu. that's been mostly right until this point,
but is set to change.

Reply via email to