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: Sun Jan 14 17:51:16 UTC 2024
Modified Files:
src/sys/arch/sun2/sun2: clock.c
src/sys/arch/sun3/sun3: clock.c
src/sys/arch/sun3/sun3x: clock.c
src/sys/arch/sun68k/include: intr.h
src/sys/arch/sun68k/sun68k: isr.c
Log Message:
Don't bother with isr_add_custom(). It's just a thin wrapper around
vec_set_entry(), so just use vec_set_entry() directly.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sun2/sun2/clock.c
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/sun3/sun3/clock.c
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/sun3/sun3x/clock.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/sun68k/include/intr.h
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/sun68k/sun68k/isr.c
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