From f7c94cc49724c1fba2f76fa87cc4c8363305e7ec Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 4 Sep 2014 14:26:25 +0000 Subject: 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. --- sys/i386/include/md_var.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/i386/include/md_var.h') 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; -- cgit v1.1