CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/03/29 15:29:34
Modified files:
sys/arch/sparc64/dev: ebus_mainbus.c fhc.c psycho.c pyro.c
sbus.c schizo.c vbus.c vpci.c
sys/arch/sparc64/include: intr.h
sys/arch/sparc64/sparc64: clock.c intr.c machdep.c
Log message:
Drop the first argument of intr_establish().
Instead, require all callers to put the right value in the ih_pil field, and
have intr_establish() trust them rather than assigning this field again from
its first argument.
ok claudio@ kettenis@