diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2007-05-21 15:34:22 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2007-05-21 15:34:22 +0000 |
| commit | c6262d2d8dd6bbd72c3ff670bcc900bb09688dfd (patch) | |
| tree | 7e3db8b35e4c87728fa09e05436937b3e3a28079 /sys/arch/atari/include/cpu.h | |
| parent | dddcbe5bf385a52786c11b4a1dd005883c870e2e (diff) | |
Remove obsolete decralations of switch_exit() and switch_lwp_ext().
Diffstat (limited to 'sys/arch/atari/include/cpu.h')
| -rw-r--r-- | sys/arch/atari/include/cpu.h | 4 |
1 files changed, 1 insertions, 3 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: |
