Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/news68k/news68k
Module Name: src
Committed By: tsutsui
Date: Sat Nov 29 23:12:26 UTC 2025
Modified Files:
src/sys/arch/news68k/news68k: autoconf.c machdep.c
Log Message:
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".
Should be pulled up to netbsd-11.
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.25 src/sys/arch/news68k/news68k/autoconf.c
cvs rdiff -u -r1.121 -r1.122 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