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/m68k/include Pull up following revision(s) (re...
details: https://anonhg.NetBSD.org/src/rev/8eb044384146
branches: netbsd-3-0
changeset: 579192:8eb044384146
user: tron <tron%NetBSD.org@localhost>
date: Mon Apr 10 20:18:42 2006 +0000
description:
Pull up following revision(s) (requested by oster in ticket #1249):
sys/arch/m68k/include/frame.h: revision 1.25
namespace sanity: don't expose compatibility sigcontext stuff
unnecessarily
diffstat:
sys/arch/m68k/include/frame.h | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r b7efb842a3fe -r 8eb044384146 sys/arch/m68k/include/frame.h
--- a/sys/arch/m68k/include/frame.h Thu Apr 06 13:07:50 2006 +0000
+++ b/sys/arch/m68k/include/frame.h Mon Apr 10 20:18:42 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: frame.h,v 1.24 2004/08/28 21:31:07 thorpej Exp $ */
+/* $NetBSD: frame.h,v 1.24.14.1 2006/04/10 20:18:42 tron Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@@ -211,9 +211,11 @@
#define FPF6_V_SNAN 6
#define FPF6_V_UNSUP 7
+#if defined(_KERNEL)
+
#include <m68k/signal.h>
-#if defined(COMPAT_16) || !defined(_KERNEL)
+#if defined(COMPAT_16)
/*
* Stack frame layout when delivering a signal.
*/
@@ -236,7 +238,6 @@
ucontext_t sf_uc; /* actual saved ucontext */
};
-#if defined(_KERNEL)
/*
* Utility function to relocate the initial frame, make room to restore an
* exception frame and reenter the syscall.
Home |
Main Index |
Thread Index |
Old Index