Subject: PR/25896 CVS commit: src/sys/arch/sparc/sparc
To: None <port-sparc-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Chuck Silvers <chs@netbsd.org>
List: netbsd-bugs
Date: 02/03/2005 16:16:02
The following reply was made to PR port-sparc/25896; it has been noted by GNATS.

From: Chuck Silvers <chs@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/25896 CVS commit: src/sys/arch/sparc/sparc
Date: Thu,  3 Feb 2005 16:15:07 +0000 (UTC)

 Module Name:	src
 Committed By:	chs
 Date:		Thu Feb  3 16:15:07 UTC 2005
 
 Modified Files:
 	src/sys/arch/sparc/sparc: trap.c
 
 Log Message:
 sun4c hardware reports faults by the atomic load/store instructions as
 read faults even if the problem was that the memory was read-only.
 detect this case and relabel the fault as both read and write.
 part of PR 25633, PR 25896.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.155 -r1.156 src/sys/arch/sparc/sparc/trap.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.