Module Name: src Committed By: riz Date: Wed Mar 21 16:10:22 UTC 2012
Modified Files: src/sys/arch/sparc64/sparc64 [netbsd-6]: locore.s trap.c Log Message: Pull up following revision(s) (requested by mrg in ticket #131): sys/arch/sparc64/sparc64/trap.c: revision 1.170 sys/arch/sparc64/sparc64/trap.c: revision 1.171 sys/arch/sparc64/sparc64/locore.s: revision 1.341 port the corrected ECC error handling code from freebsd. i noticed my U10 took one of these and then hang. it shouldn't hang, there's a 'sir' here that doesn't seem to reset properly. oh well. tested by simulated a trap via 'ta 0x10' and considering that the same, but it hasn't been tested against a real ECC error yet. count ECC corrected traps with evcnt(9). To generate a diff of this commit: cvs rdiff -u -r1.338.8.1 -r1.338.8.2 src/sys/arch/sparc64/sparc64/locore.s cvs rdiff -u -r1.168 -r1.168.8.1 src/sys/arch/sparc64/sparc64/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.