CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/07/16 07:03:39
Modified files:
sys/arch/arm64/arm64: acpi_machdep.c intr.c
sys/arch/arm64/dev: acpipci.c
sys/arch/arm64/include: intr.h
Log message:
Store struct cpu_info * in arm64's interrupt wrap. intr_barrier() can
already assume every cookie is wrapped and simply retrieve the pointer
from it. It's a bit of a layer violation though, since only the intc
should actually store that kind of information. This is good enough for
now, but I'm already cooking up a diff to resolve this.
ok dlg@