Remove proc_trampoline() declaration that I added, we use

lwp_trampoline() now instead.
This commit is contained in:
he 2007-05-21 13:36:16 +00:00
parent b69e9377c9
commit a7250fcaae

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.18 2007/05/20 16:37:53 he Exp $ */
/* $NetBSD: cpu.h,v 1.19 2007/05/21 13:36:16 he Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@ -194,7 +194,6 @@ int suline __P((void *, void *));
void savectx __P((struct pcb *));
void switch_exit __P((struct lwp *));
void switch_lwp_exit __P((struct lwp *));
void proc_trampoline(void);
void lwp_trampoline __P((void));
void loadustp __P((int));
void m68881_save __P((struct fpframe *));