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:           Sat Nov 15 10:19:49 UTC 2025

Modified Files:
        src/sys/arch/news68k/news68k [netbsd-11]: machdep.c

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #87):

        sys/arch/news68k/news68k/machdep.c: revision 1.117

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().


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.116.2.1 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