summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2007-05-21 15:34:22 +0000
committertsutsui <tsutsui@NetBSD.org>2007-05-21 15:34:22 +0000
commitc6262d2d8dd6bbd72c3ff670bcc900bb09688dfd (patch)
tree7e3db8b35e4c87728fa09e05436937b3e3a28079 /sys
parentdddcbe5bf385a52786c11b4a1dd005883c870e2e (diff)
Remove obsolete decralations of switch_exit() and switch_lwp_ext().
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/atari/include/cpu.h4
-rw-r--r--sys/arch/luna68k/include/cpu.h4
-rw-r--r--sys/arch/mac68k/include/cpu.h4
3 files changed, 3 insertions, 9 deletions
diff --git a/sys/arch/atari/include/cpu.h b/sys/arch/atari/include/cpu.h
index 28ce5bc7185..15a31a15ab5 100644
--- a/sys/arch/atari/include/cpu.h
+++ b/sys/arch/atari/include/cpu.h
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.55 2007/05/20 04:29:47 mhitch Exp $ */
+/* $NetBSD: cpu.h,v 1.56 2007/05/21 15:34:22 tsutsui Exp $ */
/*
* Copyright (c) 1982, 1990 The Regents of the University of California.
@@ -258,8 +258,6 @@ u_int probeva __P((u_int, u_int));
void lwp_trampoline __P((void));
void savectx __P((struct pcb *));
int suline __P((void *, void *));
-void switch_exit __P((struct lwp *));
-void switch_lwp_exit __P((struct lwp *));
/*
* Prototypes from machdep.c:
diff --git a/sys/arch/luna68k/include/cpu.h b/sys/arch/luna68k/include/cpu.h
index c0e0392451f..2db9f5c4e1f 100644
--- a/sys/arch/luna68k/include/cpu.h
+++ b/sys/arch/luna68k/include/cpu.h
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.19 2007/05/21 13:36:16 he Exp $ */
+/* $NetBSD: cpu.h,v 1.20 2007/05/21 15:34:22 tsutsui Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@@ -192,8 +192,6 @@ struct pcb;
struct fpframe;
int suline __P((void *, void *));
void savectx __P((struct pcb *));
-void switch_exit __P((struct lwp *));
-void switch_lwp_exit __P((struct lwp *));
void lwp_trampoline __P((void));
void loadustp __P((int));
void m68881_save __P((struct fpframe *));
diff --git a/sys/arch/mac68k/include/cpu.h b/sys/arch/mac68k/include/cpu.h
index cdbf66abae6..158a322bed9 100644
--- a/sys/arch/mac68k/include/cpu.h
+++ b/sys/arch/mac68k/include/cpu.h
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.84 2007/05/20 04:29:48 mhitch Exp $ */
+/* $NetBSD: cpu.h,v 1.85 2007/05/21 15:34:22 tsutsui Exp $ */
/*
* Copyright (c) 1982, 1990 The Regents of the University of California.
@@ -359,8 +359,6 @@ void m68881_save(struct fpframe *);
void m68881_restore(struct fpframe *);
int suline(void *, void *);
void savectx(struct pcb *);
-void switch_exit(struct lwp *);
-void switch_lwp_exit(struct lwp *);
void lwp_trampoline(void);
void loadustp(int);