Module Name: src Committed By: thorpej Date: Mon Jan 15 18:47:03 UTC 2024
Modified Files: src/sys/arch/m68k/include: intr.h src/sys/arch/m68k/m68k: m68k_intr.c src/sys/arch/sun3/sun3: clock.c src/sys/arch/sun3/sun3x: clock.c Log Message: Provide a m68k_count_intr() macro that hides the details of how interrupts are counted, and also ensures that ci_data.cpu_nintr is incremented. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/m68k/include/intr.h cvs rdiff -u -r1.5 -r1.6 src/sys/arch/m68k/m68k/m68k_intr.c cvs rdiff -u -r1.67 -r1.68 src/sys/arch/sun3/sun3/clock.c cvs rdiff -u -r1.43 -r1.44 src/sys/arch/sun3/sun3x/clock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.