summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/cpu.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-26 09:27:58 +0000
committerphk <phk@FreeBSD.org>1994-11-26 09:27:58 +0000
commit7459447c2ef8f890f1e3edeaab81e3815f9dd17e (patch)
tree0bdcc8a8e3182d8bba7bdbd3bbc1c62fd74b9855 /sys/i386/include/cpu.h
parent7bd901cd2398441dafb3e4a3c1e3353807e13792 (diff)
downloadFreeBSD-src-7459447c2ef8f890f1e3edeaab81e3815f9dd17e.zip
FreeBSD-src-7459447c2ef8f890f1e3edeaab81e3815f9dd17e.tar.gz
Declare "extern int bootverbose", so that device-drivers and others
easily can find it.
Diffstat (limited to 'sys/i386/include/cpu.h')
-rw-r--r--sys/i386/include/cpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/cpu.h b/sys/i386/include/cpu.h
index e80564a..79c80af 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.15 1994/10/18 03:37:31 ache Exp $
+ * $Id: cpu.h,v 1.16 1994/11/05 22:44:34 bde Exp $
*/
#ifndef _MACHINE_CPU_H_
@@ -124,6 +124,7 @@ struct cpu_nameclass {
}
#ifdef KERNEL
+extern int bootverbose;
extern int cpu;
extern int cpu_class;
extern struct cpu_nameclass i386_cpus[];
OpenPOWER on IntegriCloud