Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/sparc64/include Pull up revision 1.5 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/80e5368b5d36
branches:  netbsd-3
changeset: 576556:80e5368b5d36
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jul 11 11:34:49 2005 +0000

description:
Pull up revision 1.5 (requested by martin in ticket #570):
Fix COMPAT_NETBSD32 ucontext padding and move the definition next to the
(sparc) original.

diffstat:

 sys/arch/sparc64/include/mcontext.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (17 lines):

diff -r 8940f78db5a6 -r 80e5368b5d36 sys/arch/sparc64/include/mcontext.h
--- a/sys/arch/sparc64/include/mcontext.h       Mon Jul 11 11:31:18 2005 +0000
+++ b/sys/arch/sparc64/include/mcontext.h       Mon Jul 11 11:34:49 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mcontext.h,v 1.4 2003/10/26 08:06:56 christos Exp $    */
+/*     $NetBSD: mcontext.h,v 1.4.14.1 2005/07/11 11:34:49 tron Exp $   */
 
 #ifndef _SPARC64_MCONTEXT_H_
 #define _SPARC64_MCONTEXT_H_
@@ -65,7 +65,4 @@
 #define        _UC_SETSTACK    0x00010000
 #define        _UC_CLRSTACK    0x00020000
 
-#define _UC_MACHINE32_PAD_32           /* Padding appended to ucontext_t */
-#define        _UC_MACHINE32_SP(uc)    ((uc)->uc_mcontext.__gregs[_REG32_O6])
-
 #endif /* _SPARC64_MCONTEXT_H_ */



Home | Main Index | Thread Index | Old Index