Page MenuHomeFreeBSD

D43281.diff
No OneTemporary

D43281.diff

diff --git a/sys/x86/include/x86_var.h b/sys/x86/include/x86_var.h
--- a/sys/x86/include/x86_var.h
+++ b/sys/x86/include/x86_var.h
@@ -58,6 +58,7 @@
extern u_int cpu_procinfo;
extern u_int cpu_procinfo2;
extern char cpu_vendor[];
+extern char cpu_model[];
extern u_int cpu_vendor_id;
extern u_int cpu_mon_mwait_flags;
extern u_int cpu_mon_min_size;
diff --git a/sys/x86/x86/identcpu.c b/sys/x86/x86/identcpu.c
--- a/sys/x86/x86/identcpu.c
+++ b/sys/x86/x86/identcpu.c
@@ -157,7 +157,7 @@
machine, 0, "Machine class");
#endif
-static char cpu_model[128];
+char cpu_model[128];
SYSCTL_STRING(_hw, HW_MODEL, model, CTLFLAG_RD | CTLFLAG_MPSAFE,
cpu_model, 0, "Machine model");

File Metadata

Mime Type
text/plain
Expires
Wed, Oct 2, 1:19 AM (18 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13293617
Default Alt Text
D43281.diff (696 B)

Event Timeline