Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/m68k/m68k Remove fuction declarations of m68881_res...
details: https://anonhg.NetBSD.org/src/rev/908291941c04
branches: trunk
changeset: 772188:908291941c04
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Thu Dec 22 15:47:15 2011 +0000
description:
Remove fuction declarations of m68881_restore() and m68881_save().
They are in <m68k/m68k.h>.
diffstat:
sys/arch/m68k/m68k/compat_16_machdep.c | 6 ++----
sys/arch/m68k/m68k/sig_machdep.c | 6 ++----
sys/arch/m68k/m68k/svr4_machdep.c | 6 ++----
3 files changed, 6 insertions(+), 12 deletions(-)
diffs (81 lines):
diff -r 4066920e436c -r 908291941c04 sys/arch/m68k/m68k/compat_16_machdep.c
--- a/sys/arch/m68k/m68k/compat_16_machdep.c Thu Dec 22 15:33:28 2011 +0000
+++ b/sys/arch/m68k/m68k/compat_16_machdep.c Thu Dec 22 15:47:15 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_16_machdep.c,v 1.15 2011/02/08 20:20:16 rmind Exp $ */
+/* $NetBSD: compat_16_machdep.c,v 1.16 2011/12/22 15:47:15 tsutsui Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: compat_16_machdep.c,v 1.15 2011/02/08 20:20:16 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_16_machdep.c,v 1.16 2011/12/22 15:47:15 tsutsui Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -68,8 +68,6 @@
#include <machine/frame.h>
extern short exframesize[];
-void m68881_save(struct fpframe *);
-void m68881_restore(struct fpframe *);
#ifdef DEBUG
extern int sigdebug;
diff -r 4066920e436c -r 908291941c04 sys/arch/m68k/m68k/sig_machdep.c
--- a/sys/arch/m68k/m68k/sig_machdep.c Thu Dec 22 15:33:28 2011 +0000
+++ b/sys/arch/m68k/m68k/sig_machdep.c Thu Dec 22 15:47:15 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sig_machdep.c,v 1.46 2011/02/24 04:28:46 joerg Exp $ */
+/* $NetBSD: sig_machdep.c,v 1.47 2011/12/22 15:47:15 tsutsui Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -40,7 +40,7 @@
#include "opt_m68k_arch.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sig_machdep.c,v 1.46 2011/02/24 04:28:46 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sig_machdep.c,v 1.47 2011/12/22 15:47:15 tsutsui Exp $");
#define __M68K_SIGNAL_PRIVATE
@@ -69,8 +69,6 @@
extern short exframesize[];
struct fpframe m68k_cached_fpu_idle_frame;
-void m68881_save(struct fpframe *);
-void m68881_restore(struct fpframe *);
#ifdef DEBUG
int sigdebug = 0;
diff -r 4066920e436c -r 908291941c04 sys/arch/m68k/m68k/svr4_machdep.c
--- a/sys/arch/m68k/m68k/svr4_machdep.c Thu Dec 22 15:33:28 2011 +0000
+++ b/sys/arch/m68k/m68k/svr4_machdep.c Thu Dec 22 15:47:15 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: svr4_machdep.c,v 1.32 2009/12/10 14:13:50 matt Exp $ */
+/* $NetBSD: svr4_machdep.c,v 1.33 2011/12/22 15:47:15 tsutsui Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: svr4_machdep.c,v 1.32 2009/12/10 14:13:50 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: svr4_machdep.c,v 1.33 2011/12/22 15:47:15 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -60,8 +60,6 @@
#include <machine/vmparam.h>
extern short exframesize[];
-extern void m68881_restore(struct fpframe *);
-extern void m68881_save(struct fpframe *);
static void svr4_getsiginfo(union svr4_siginfo *, int, unsigned long,
void *);
Home |
Main Index |
Thread Index |
Old Index