NetBSD-Bugs archive

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

PR/37930 CVS commit: src/sys/arch/sparc



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

From: Andrew Doran <ad%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/37930 CVS commit: src/sys/arch/sparc
Date: Thu, 14 Feb 2008 14:07:35 +0000 (UTC)

 Module Name:   src
 Committed By:  ad
 Date:          Thu Feb 14 14:07:35 UTC 2008
 
 Modified Files:
        src/sys/arch/sparc/conf: files.sparc
        src/sys/arch/sparc/include: mutex.h rwlock.h
 
 Log Message:
 Make sparc use atomic_cas_ulong() for mutex and rwlock operations, and
 disable the custom mutex/rwlock code. PR port-sparc/37930. ok martin@
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.144 -r1.145 src/sys/arch/sparc/conf/files.sparc
 cvs rdiff -r1.7 -r1.8 src/sys/arch/sparc/include/mutex.h
 cvs rdiff -r1.3 -r1.4 src/sys/arch/sparc/include/rwlock.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