NetBSD-Bugs archive

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

PR/60101 CVS commit: [netbsd-10] src/sys/arch/vax/include



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60101 CVS commit: [netbsd-10] src/sys/arch/vax/include
Date: Tue, 30 Jun 2026 09:34:55 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Tue Jun 30 09:34:55 UTC 2026
 
 Modified Files:
 	src/sys/arch/vax/include [netbsd-10]: mcontext.h
 
 Log Message:
 Pull up following revision(s) (requested by riastradh in ticket #1297):
 
 	sys/arch/vax/include/mcontext.h (patch)
 		from: sys/arch/vax/include/lwp_private.h: revision 1.2
 
 vax __lwp_getprivate_fast: Fix asm constraints.
 r0 is not clobbered; it is the output.  So say so.
 
 No volatile is needed here, and volatile would be wrong, because
 calls to __lwp_getprivate_fast can be safely deleted if the result is
 not used.
 
 PR port-vax/60101: vax: __lwp_getprivate_fast() inline asm uses
 GCC-specific register variable pattern, not portable
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.10.26.1 -r1.10.26.2 src/sys/arch/vax/include/mcontext.h
 
 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