Module Name: src
Committed By: thorpej
Date: Fri Sep 18 00:04:58 UTC 2020
Modified Files:
src/sys/arch/alpha/alpha: debug.s
Log Message:
Fix entering the kernel debugger when MULTIPROCESSOR is enabled; the
arguments to alpha_debug() were getting clobbered by the call to
cpu_pause_resume_all(), but they need to be passed along to ddb_trap().
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/alpha/alpha/debug.s
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.