History log of /src/sys/arch/m68k/m68k/m68k_intr_stubs.s
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.5 20-Jan-2024 thorpej

Support the hardware-assisted AST on news68k in the common interrupt
stubs.


# 1.4 19-Jan-2024 thorpej

Consistently use "intr_depth" as the name of the interrupt depth counter
on m68k platforms.


# 1.3 16-Jan-2024 thorpej

Increment and decrement idepth in the assembly stubs, not C code. This
provides two advantages:
- Greater coverage for detecting "interrupt time".
- More flexibility for platform-specific interrupt stubs that might need
to do special processing before calling the common dispatcher.


# 1.2 16-Jan-2024 thorpej

- Declare idepth as volatile.
- Provide a m68k_intrvec_intrhand() routine that returns the interrupt
handle for a given vectored interrupt. XXX This is gross and should
burn to the ground, but is needed to support legacy ISR interfaces.


# 1.1 14-Jan-2024 thorpej

Add a common m68k interrupt dispatch implementation.