summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/initcpu.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-01-22 17:54:12 +0000
committerjhb <jhb@FreeBSD.org>2003-01-22 17:54:12 +0000
commit0e59d6fe5806bbfebf0aa5e60e652ac145f8d59c (patch)
tree93939431b4280dc791c9f9e96bebeaa42d0ea439 /sys/amd64/amd64/initcpu.c
parentae10e138a9733e0eb59f2b9459e8b68e6eb31521 (diff)
downloadFreeBSD-src-0e59d6fe5806bbfebf0aa5e60e652ac145f8d59c.zip
FreeBSD-src-0e59d6fe5806bbfebf0aa5e60e652ac145f8d59c.tar.gz
Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename this
variable to something in the cpu_* namespace since that's what all the other cpuid variables were named and cpu_procinfo is what I came up with. Requested by: bde
Diffstat (limited to 'sys/amd64/amd64/initcpu.c')
-rw-r--r--sys/amd64/amd64/initcpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/initcpu.c b/sys/amd64/amd64/initcpu.c
index 9f13eb6..2c4edef 100644
--- a/sys/amd64/amd64/initcpu.c
+++ b/sys/amd64/amd64/initcpu.c
@@ -82,7 +82,7 @@ int cpu = 0; /* Are we 386, 386sx, 486, etc? */
u_int cpu_id = 0; /* Stepping ID */
u_int cpu_feature = 0; /* Feature flags */
u_int cpu_high = 0; /* Highest arg to CPUID */
-u_int cpuid_cpuinfo = 0; /* HyperThreading Info / Brand Index / CLFUSH */
+u_int cpu_procinfo = 0; /* HyperThreading Info / Brand Index / CLFUSH */
#ifdef CPU_ENABLE_SSE
u_int cpu_fxsr = 0; /* SSE enabled */
#endif
OpenPOWER on IntegriCloud