Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   thorpej
Date:           Wed Mar 18 04:08:39 UTC 2026

Modified Files:
        src/sys/arch/atari/atari: intr.c locore.s
        src/sys/arch/atari/include: intr.h
        src/sys/arch/cesfic/cesfic: locore.s
        src/sys/arch/mac68k/include: intr.h
        src/sys/arch/mac68k/mac68k: intr.c locore.s

Log Message:
Remove the last vestigal remains of the simulated software interrupt
register, or "ssir".  The NetBSD kernel long ago adopted a software
interrupt thread model along with a "fast software interrupts" mechanism
that m68k platforms do not (yet) implement, but a few m68k platforms
were still consuling an "ssir" variable in the return from every exception
that nothing ever set.

This cleanup paves the way for futher consolidation of m68k trap handling
code in future commits.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/atari/atari/intr.c
cvs rdiff -u -r1.129 -r1.130 src/sys/arch/atari/atari/locore.s
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/atari/include/intr.h
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/cesfic/cesfic/locore.s
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/mac68k/include/intr.h
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/mac68k/mac68k/intr.c
cvs rdiff -u -r1.191 -r1.192 src/sys/arch/mac68k/mac68k/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index