NetBSD-Bugs archive

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

PR/58340 CVS commit: src/sys/dev/pci/igc



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

From: "Rin Okuyama" <rin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58340 CVS commit: src/sys/dev/pci/igc
Date: Thu, 27 Jun 2024 07:31:42 +0000

 Module Name:	src
 Committed By:	rin
 Date:		Thu Jun 27 07:31:42 UTC 2024
 
 Modified Files:
 	src/sys/dev/pci/igc: if_igc.h
 
 Log Message:
 igc: Use __HAVE_ATOMIC64_LOADSTORE instead of __HAVE_ATOMIC64_OPS
 
 to detect atomic_loadstore(9) is applicable to 64-bit integers.
 
 Thanks riastradh@ for explanation in PR kern/58340
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/igc/if_igc.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