diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-26 09:27:58 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-26 09:27:58 +0000 |
| commit | 0a6a925d0430a758cc975105e891b11286f05f46 (patch) | |
| tree | 0bdcc8a8e3182d8bba7bdbd3bbc1c62fd74b9855 /sys/amd64/include | |
| parent | 424183f2a4c6b81043827d2e43fad898971d518c (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h index e80564af6fe1..79c80af109d2 100644 --- a/sys/amd64/include/cpu.h +++ b/sys/amd64/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[]; |
