Removed prototypes for cpu_set_kpc(), cpu_swapin() and cpu_swapout() as

these are now defined in other header files.
This commit is contained in:
mark 1996-04-27 02:04:39 +00:00
parent 270d48fd22
commit 0b44bb02a0

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.7 1996/04/26 21:12:36 mark Exp $ */
/* $NetBSD: cpu.h,v 1.8 1996/04/27 02:04:39 mark Exp $ */
/*
* Copyright (c) 1994-1996 Mark Brinicombe.
@ -193,12 +193,9 @@
#define cpu_wait(p) /* nothing */
#ifndef _LOCORE
void cpu_swapin __P((struct proc *p));
void cpu_swapout __P((struct proc *p));
void tlbflush __P(());
void need_resched __P(());
void need_proftick __P((struct proc *p));
void cpu_set_kpc __P((struct proc *p, void *pc));
#endif
/*