CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/29 15:18:19
Modified files:
sys/arch/sparc64/dev: pyro.c vpci.c
sys/arch/sparc64/include: intr.h
sys/arch/sparc64/sparc64: clock.c intr.c locore.s
Log message:
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@
