Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: riastradh
Date: Fri May 23 02:48:19 UTC 2025
Modified Files:
src/sys/arch/amd64/amd64: cpufunc.S
src/sys/arch/i386/i386: cpufunc.S
Log Message:
x86: Expose dtrace_smap_enable/disable symbols even under XENPV.
They're no-ops in that case, but this enables the dtrace modules to
load and work.
PR port-xen/58373: Missing KDTRACE_HOOKS in Xen kernels
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/amd64/amd64/cpufunc.S
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/i386/i386/cpufunc.S
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