summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/cpu.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-04-07 16:44:28 +0000
committerbde <bde@FreeBSD.org>1996-04-07 16:44:28 +0000
commitad8fa4b2a3405126e56c89d90f596a3f6132830d (patch)
tree97c29a4f51620bab5ee60c3f11e17d18fa79113b /sys/i386/include/cpu.h
parent50c6f44d2e589af42e6c204f94324a1bc89e5100 (diff)
downloadFreeBSD-src-ad8fa4b2a3405126e56c89d90f596a3f6132830d.zip
FreeBSD-src-ad8fa4b2a3405126e56c89d90f596a3f6132830d.tar.gz
Moved declaration of bootverbose to a better place. It isn't
machine-dependent. Moved declaration of cpu_fork() to a better place. Only its implementation is machine-dependent.
Diffstat (limited to 'sys/i386/include/cpu.h')
-rw-r--r--sys/i386/include/cpu.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/i386/include/cpu.h b/sys/i386/include/cpu.h
index 08cb30287..edf4342 100644
--- a/sys/i386/include/cpu.h
+++ b/sys/i386/include/cpu.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)cpu.h 5.4 (Berkeley) 5/9/91
- * $Id: cpu.h,v 1.22 1996/03/29 14:14:07 bde Exp $
+ * $Id: cpu.h,v 1.23 1996/04/05 03:36:23 ache Exp $
*/
#ifndef _MACHINE_CPU_H_
@@ -128,14 +128,11 @@ struct cpu_nameclass {
}
#ifdef KERNEL
-extern int bootverbose;
extern int cpu;
extern int cpu_class;
extern u_char intr_nesting_level;
extern struct cpu_nameclass i386_cpus[];
extern int want_resched; /* resched was called */
-
-int cpu_fork __P((struct proc *, struct proc *));
#endif
#endif /* !_MACHINE_CPU_H_ */
OpenPOWER on IntegriCloud