send_softint() was designed as being able to target a particular cpu, but the
authormiod <miod@openbsd.org>
Fri, 29 Mar 2024 21:18:19 +0000 (21:18 +0000)
committermiod <miod@openbsd.org>
Fri, 29 Mar 2024 21:18:19 +0000 (21:18 +0000)
commitbdd1b0790409749823ece7acb2e7a489865adf7d
tree0e4cbfdba6640b058ce78fca5db08b3d07298565
parentf75609fcb8afb8e24f34c3f5a6740d897fb551c1
send_softint() was designed as being able to target a particular cpu, but the
code for this was never written and all uses target the running cpu anyway,
so stop pretending it may do things it won't do and drop that cpu argument.

ok claudio@ kettenis@
sys/arch/sparc64/dev/pyro.c
sys/arch/sparc64/dev/vpci.c
sys/arch/sparc64/include/intr.h
sys/arch/sparc64/sparc64/clock.c
sys/arch/sparc64/sparc64/intr.c
sys/arch/sparc64/sparc64/locore.s