Don't need to prototype child_return() here, it's in <sys/proc.h>.

This commit is contained in:
thorpej 2001-06-14 22:56:55 +00:00
parent 80cc38a1af
commit 8eb3b954f1
15 changed files with 15 additions and 41 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: alpha.h,v 1.16 2001/05/14 19:56:23 ross Exp $ */
/* $NetBSD: alpha.h,v 1.17 2001/06/14 22:56:55 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -88,7 +88,6 @@ int alpha_pa_access(u_long);
void ast(struct trapframe *);
int badaddr(void *, size_t);
int badaddr_read(void *, size_t, void *);
void child_return(void *);
u_int64_t console_restart(struct trapframe *);
void do_sir(void);
void dumpconf(void);

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.12 2001/05/13 14:17:37 bjh21 Exp $ */
/* $NetBSD: cpu.h,v 1.13 2001/06/14 22:56:56 thorpej Exp $ */
/*
* Copyright (c) 1994-1996 Mark Brinicombe.
@ -267,9 +267,6 @@ void userret __P((register struct proc *p));
/* machdep.h */
void bootsync __P((void));
/* syscall.c */
void child_return __P((void *));
#endif /* !_LOCORE */
#endif /* _KERNEL */

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.h,v 1.1 2000/05/09 21:56:00 bjh21 Exp $ */
/* $NetBSD: machdep.h,v 1.2 2001/06/14 22:56:56 thorpej Exp $ */
/*-
* Copyright (c) 1998 Ben Harris
* All rights reserved.
@ -57,7 +57,6 @@ extern void int_on __P((void));
extern void int_off __P((void));
extern void cpu_loswitch(struct switchframe **, struct switchframe *);
extern void proc_trampoline(void); /* not quite true */
extern void child_return(void *);
/* pmap.c */
extern register_t update_memc __P((register_t, register_t));

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.2 2001/05/30 12:28:41 mrg Exp $ */
/* $NetBSD: cpu.h,v 1.3 2001/06/14 22:56:56 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -209,9 +209,6 @@ void physaccess __P((caddr_t, caddr_t, int, int));
void physunaccess __P((caddr_t, int));
int kvtop __P((caddr_t));
/* trap.c functions */
void child_return __P((void *));
void kgdb_panic __P((void));
/* what is this supposed to do? i.e. how is it different than startrtclock? */

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.71 2001/05/30 12:28:44 mrg Exp $ */
/* $NetBSD: cpu.h,v 1.72 2001/06/14 22:56:56 thorpej Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -237,9 +237,6 @@ int isa_nmi __P((void));
void vm86_gpfault __P((struct proc *, int));
#endif /* VM86 */
/* trap.c */
void child_return __P((void *));
/* consinit.c */
void kgdb_port_init __P((void));

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.6 2000/12/19 21:09:59 scw Exp $ */
/* $NetBSD: cpu.h,v 1.7 2001/06/14 22:56:57 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -168,7 +168,6 @@
* From m68k/syscall.c
*/
/* extern void syscall(register_t, struct frame); Only called from locore.s */
extern void child_return(void *);
#endif /* _KERNEL */
#endif /* _M68K_CPU_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.51 2001/06/11 01:50:54 wiz Exp $ */
/* $NetBSD: cpu.h,v 1.52 2001/06/14 22:56:57 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993
@ -208,7 +208,6 @@ struct user;
extern struct proc *fpcurproc;
/* trap.c */
void child_return __P((void *));
void netintr __P((void));
int kdbpeek __P((vaddr_t));

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.22 2001/05/30 12:28:47 mrg Exp $ */
/* $NetBSD: cpu.h,v 1.23 2001/06/14 22:56:57 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -197,7 +197,6 @@ void *iomap __P((u_long, size_t));
void iounmap __P((void *, size_t));
paddr_t kvtop __P((caddr_t));
void loadustp __P((paddr_t));
void child_return __P((void *));
/* Prototypes from sys_machdep.c: */
int cachectl1 __P((unsigned long, vaddr_t, size_t, struct proc *));

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.33 2001/05/30 12:28:49 mrg Exp $ */
/* $NetBSD: cpu.h,v 1.34 2001/06/14 22:56:57 thorpej Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -135,9 +135,6 @@ void softnet __P((void *));
/* mainbus.c */
void icu_init __P((u_char *));
/* trap.c */
void child_return __P((void *));
/* vm_machdep.c */
int kvtop __P((caddr_t));

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.5 2001/05/30 12:28:49 mrg Exp $ */
/* $NetBSD: cpu.h,v 1.6 2001/06/14 22:56:57 thorpej Exp $ */
/*
* Copyright (C) 1995-1997 Wolfgang Solfrank.
@ -83,8 +83,6 @@ extern char *bootpath;
#define CACHELINESIZE 32
#endif
void child_return __P((void *));
#include <powerpc/cpu.h>
#endif /* _MACHINE_CPU_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.43 2001/03/15 03:01:39 mrg Exp $ */
/* $NetBSD: cpu.h,v 1.44 2001/06/14 22:56:58 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
@ -235,7 +235,6 @@ void remrunqueue __P((struct proc *));
/* trap.c */
void kill_user_windows __P((struct proc *));
int rwindow_save __P((struct proc *));
void child_return __P((void *));
/* amd7930intr.s */
void amd7930_trap __P((void));
/* cons.c */

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.27 2001/01/15 20:19:57 thorpej Exp $ */
/* $NetBSD: cpu.h,v 1.28 2001/06/14 22:56:58 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
@ -269,7 +269,6 @@ void remrq __P((struct proc *));
/* trap.c */
void kill_user_windows __P((struct proc *));
int rwindow_save __P((struct proc *));
void child_return __P((void *));
/* amd7930intr.s */
void amd7930_trap __P((void));
/* cons.c */

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.h,v 1.2 2001/05/14 15:36:42 fredette Exp $ */
/* $NetBSD: machdep.h,v 1.3 2001/06/14 22:56:58 thorpej Exp $ */
/*
* Copyright (c) 2001 Matthew Fredette
@ -71,8 +71,6 @@ extern label_t *nofault;
extern vm_offset_t vmmap; /* XXX - See mem.c */
void child_return __P((void *));
void clock_init __P((void));
void cninit __P((void));

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.h,v 1.25 2001/02/22 07:11:12 chs Exp $ */
/* $NetBSD: machdep.h,v 1.26 2001/06/14 22:56:58 thorpej Exp $ */
/*
* Copyright (c) 1994 Gordon W. Ross
@ -73,8 +73,6 @@ void DCIA __P((void));
void DCIU __P((void));
void ICIA __P((void));
void child_return __P((void *));
void clock_init __P((void));
void cninit __P((void));

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.60 2001/06/04 21:37:12 ragge Exp $ */
/* $NetBSD: cpu.h,v 1.61 2001/06/14 22:56:58 thorpej Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden
@ -204,7 +204,6 @@ void vax_unmap_physmem(vaddr_t, int);
void ioaccess(vaddr_t, paddr_t, int);
void iounaccess(vaddr_t, int);
void findcpu(void);
void child_return(void *);
int getmajor(void *);
#ifdef DDB
int kdbrint(int);