CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/04 12:05:04
Modified files:
sys/arch/hppa/hppa: genassym.cf intr.c locore.S
sys/arch/hppa/include: intr.h
Log message:
Move declaration of struct hppa_iv from intr.c to intr.h so that genassym
can see it and emit proper symbolic constants for its various fields
offsets, and use that in locore instead of magic constants, if only to
make this mess less unreadable.
ok kettenis@
