Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102614945
D35554.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.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
Fri, Nov 15, 8:20 PM (19 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14647354
Default Alt Text
D35554.diff (421 B)
Attached To
Mode
D35554: linprocfs: Decode tsc_invariant CPU feature
Attached
Detach File
Event Timeline
Log In to Comment