From c6262d2d8dd6bbd72c3ff670bcc900bb09688dfd Mon Sep 17 00:00:00 2001 From: tsutsui Date: Mon, 21 May 2007 15:34:22 +0000 Subject: Remove obsolete decralations of switch_exit() and switch_lwp_ext(). --- sys/arch/atari/include/cpu.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/atari/include') 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: -- cgit