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: Wed Nov 12 17:32:48 UTC 2025
Modified Files:
src/sys/arch/news68k/news68k: machdep.c
Log Message:
Defer parityenable() call from early news68k_init() to cpu_startup().
This fixes silent stall during early bootstrap of news68k kernels.
parityenable() calls isrlink_vectored() to register the NMI handler
and it was called from news68k_init() before main(), but brandnew
m68k common interrupt dispatch code intreduced after NetBSD 10.0
requires kmem(9) functions that won't work until uvm_init() is
called from main().
Should be pulled up to netbsd-11.
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 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