Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156928163
D35554.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
421 B
Referenced Files
None
Subscribers
None
D35554.id.diff
View Options
diff --git a/sys/compat/linprocfs/linprocfs.c b/sys/compat/linprocfs/linprocfs.c
--- a/sys/compat/linprocfs/linprocfs.c
+++ b/sys/compat/linprocfs/linprocfs.c
@@ -349,6 +349,8 @@
cpu_stdext_feature_names[j][0] != '\0')
sbuf_printf(sb, " %s",
cpu_stdext_feature_names[j]);
+ if (tsc_is_invariant)
+ sbuf_cat(sb, " constant_tsc");
sbuf_cat(sb, "\n");
sbuf_printf(sb,
"bugs\t\t: %s\n"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 18, 10:25 AM (13 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33208445
Default Alt Text
D35554.id.diff (421 B)
Attached To
Mode
D35554: linprocfs: Decode tsc_invariant CPU feature
Attached
Detach File
Event Timeline
Log In to Comment