Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3-0]: src/sys/arch/sparc64/sparc64 Pull up following revision(s) ...
details: https://anonhg.NetBSD.org/src/rev/305e514794a5
branches: netbsd-3-0
changeset: 579487:305e514794a5
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sun Jul 06 17:24:28 2008 +0000
description:
Pull up following revision(s) (requested by nakayama in ticket #1940):
sys/arch/sparc64/sparc64/locore.s: revision 1.280
Close unterminated comment.
Fix unexpected behavior in case of loadfpstate from unaligned buffer.
diffstat:
sys/arch/sparc64/sparc64/locore.s | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0884997d0551 -r 305e514794a5 sys/arch/sparc64/sparc64/locore.s
--- a/sys/arch/sparc64/sparc64/locore.s Mon Jun 23 10:44:44 2008 +0000
+++ b/sys/arch/sparc64/sparc64/locore.s Sun Jul 06 17:24:28 2008 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.204.6.1 2006/11/06 17:27:21 tron Exp $ */
+/* $NetBSD: locore.s,v 1.204.6.2 2008/07/06 17:24:28 bouyer Exp $ */
/*
* Copyright (c) 1996-2002 Eduardo Horvath
@@ -11337,7 +11337,7 @@
bne,pn %icc, 1f
nop
#endif
- /* Unaligned -- needs to be done the long way
+ /* Unaligned -- needs to be done the long way */
membar #Sync
ldd [%o3 + (4*0)], %f0
ldd [%o3 + (4*2)], %f2
Home |
Main Index |
Thread Index |
Old Index