Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-11] src/sys/arch/news68k/news68k
Module Name: src
Committed By: martin
Date: Sun Dec 14 14:14:11 UTC 2025
Modified Files:
src/sys/arch/news68k/news68k [netbsd-11]: autoconf.c machdep.c
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #123):
sys/arch/news68k/news68k/machdep.c: revision 1.122
sys/arch/news68k/news68k/autoconf.c: revision 1.25
Initialize interrupt handlers earlier than registering NMI handler.
Otherwise `KASSERT(ih_allocfuncs == NULL);` in m68k_intr_init() is fired.
Also fix build error without "options news1700".
XXX: maybe this KASSERT should be more consistent with m68k_intr_establish()
XXX: that allows called without m68k_intr_init()?
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.24.44.1 src/sys/arch/news68k/news68k/autoconf.c
cvs rdiff -u -r1.116.2.1 -r1.116.2.2 src/sys/arch/news68k/news68k/machdep.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