NetBSD-Bugs archive

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

PR/60729 CVS commit: src



The following reply was made to PR kern/60729; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60729 CVS commit: src
Date: Sat, 19 Sep 2026 17:24:11 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sat Sep 19 17:24:11 UTC 2026
 
 Modified Files:
 	src/common/lib/libc/arch/hppa/atomic: Makefile.inc
 	src/sys/arch/hppa/include: types.h
 
 Log Message:
 hppa: Limit __HAVE_ATOMIC64_OPS to userland.
 
 And revert changes to include 64-bit atomic r/m/w operations in the
 rump build, since they're not available in the hard kernel anyway.
 
 The 64-bit CAS logic relies on 64-bit floating-point load/store (plus
 RAS or hash-locking), so it doesn't work in the kernel.
 
 Further followup to fix the hppa build after:
 
 PR kern/60729: incosistent st_ino from the first stat(2) on a socket
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.18 -r1.19 src/common/lib/libc/arch/hppa/atomic/Makefile.inc
 cvs rdiff -u -r1.35 -r1.36 src/sys/arch/hppa/include/types.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