summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include
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/arch/mac68k/include
parentdddcbe5bf385a52786c11b4a1dd005883c870e2e (diff)
Remove obsolete decralations of switch_exit() and switch_lwp_ext().
Diffstat (limited to 'sys/arch/mac68k/include')
-rw-r--r--sys/arch/mac68k/include/cpu.h4
1 files changed, 1 insertions, 3 deletions
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);