summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/md_var.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-09-04 14:26:25 +0000
committerjhb <jhb@FreeBSD.org>2014-09-04 14:26:25 +0000
commitf7c94cc49724c1fba2f76fa87cc4c8363305e7ec (patch)
tree8ce283b4858d334a6cc1be84e4e43bdbbf6c8e26 /sys/i386/include/md_var.h
parentf8354988a61ef2d63a8b5beb841b2fc049e3f6ca (diff)
downloadFreeBSD-src-f7c94cc49724c1fba2f76fa87cc4c8363305e7ec.zip
FreeBSD-src-f7c94cc49724c1fba2f76fa87cc4c8363305e7ec.tar.gz
Merge the amd64 and i386 identcpu.c into a single x86 implementation.
This brings the structured extended features mask and VT-x reporting to i386 and Intel cache and TLB info (under bootverbose) to amd64.
Diffstat (limited to 'sys/i386/include/md_var.h')
-rw-r--r--sys/i386/include/md_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/include/md_var.h b/sys/i386/include/md_var.h
index 410e2e3..c2c8c6c 100644
--- a/sys/i386/include/md_var.h
+++ b/sys/i386/include/md_var.h
@@ -48,6 +48,7 @@ extern u_int amd_pminfo;
extern u_int via_feature_rng;
extern u_int via_feature_xcrypt;
extern u_int cpu_clflush_line_size;
+extern u_int cpu_stdext_feature;
extern u_int cpu_fxsr;
extern u_int cpu_high;
extern u_int cpu_id;
OpenPOWER on IntegriCloud