NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58373 CVS commit: src/sys/arch



The following reply was made to PR port-xen/58373; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58373 CVS commit: src/sys/arch
Date: Fri, 23 May 2025 02:48:19 +0000

 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