summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-01-09 19:54:49 +0000
committerjhb <jhb@FreeBSD.org>2003-01-09 19:54:49 +0000
commit6117002b61e9cf3e6b8c795f462d4ed00ea369a1 (patch)
treeb6755bdd2a99b2a0667f49e6b75c0a99d0917da4 /sys/i386/include
parent5635a285bade3330f0cbf5635e246acf0cbcd923 (diff)
downloadFreeBSD-src-6117002b61e9cf3e6b8c795f462d4ed00ea369a1.zip
FreeBSD-src-6117002b61e9cf3e6b8c795f462d4ed00ea369a1.tar.gz
Rework part of the previous processor name changes so that we read
cpu_exthigh and cpu_brand in printcpuinfo() instead of in identify_cpu(). We also only do it for known-good values of cpu_vendor which is a bit more conservative. Reviewed by: bde (mostly)
Diffstat (limited to 'sys/i386/include')
-rw-r--r--sys/i386/include/md_var.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/include/md_var.h b/sys/i386/include/md_var.h
index 1d0a03d..107c90e 100644
--- a/sys/i386/include/md_var.h
+++ b/sys/i386/include/md_var.h
@@ -49,7 +49,6 @@ extern u_int cpuid_cpuinfo;
extern u_int cpu_id;
extern u_int cpu_fxsr;
extern char cpu_vendor[];
-extern char cpu_brand[];
extern u_int cyrix_did;
extern uint16_t *elan_mmcr;
extern char kstack[];
OpenPOWER on IntegriCloud