Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nathanw_sa]: src/sys/arch Sync with HEAD.
details: https://anonhg.NetBSD.org/src/rev/5d12dd99cbd1
branches: nathanw_sa
changeset: 506724:5d12dd99cbd1
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Jan 09 23:31:05 2003 +0000
description:
Sync with HEAD.
diffstat:
sys/arch/sparc/include/signal.h | 6 +++++-
sys/arch/sparc64/include/signal.h | 3 +++
2 files changed, 8 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 3fd1c16493e9 -r 5d12dd99cbd1 sys/arch/sparc/include/signal.h
--- a/sys/arch/sparc/include/signal.h Thu Jan 09 23:02:03 2003 +0000
+++ b/sys/arch/sparc/include/signal.h Thu Jan 09 23:31:05 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: signal.h,v 1.8 1999/11/27 11:20:41 mrg Exp $ */
+/* $NetBSD: signal.h,v 1.8.12.1 2003/01/09 23:31:05 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -88,7 +88,11 @@
long sc_sp; /* %sp to restore */
long sc_pc; /* pc to restore */
long sc_npc; /* npc to restore */
+#ifdef __arch64__
+ long sc_tstate; /* tstate to restore */
+#else
long sc_psr; /* psr to restore */
+#endif
long sc_g1; /* %g1 to restore */
long sc_o0; /* %o0 to restore */
sigset_t sc_mask; /* signal mask to restore (new style) */
diff -r 3fd1c16493e9 -r 5d12dd99cbd1 sys/arch/sparc64/include/signal.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sparc64/include/signal.h Thu Jan 09 23:31:05 2003 +0000
@@ -0,0 +1,3 @@
+/* $NetBSD: signal.h,v 1.10.8.2 2003/01/09 23:33:14 thorpej Exp $ */
+
+#include <sparc/signal.h>
Home |
Main Index |
Thread Index |
Old Index