svn commit: r328213 - stable/11/sys/dev/cpuctl
Konstantin Belousov
kib at FreeBSD.org
Sun Jan 21 10:35:18 UTC 2018
Author: kib
Date: Sun Jan 21 10:35:17 2018
New Revision: 328213
URL: https://svnweb.freebsd.org/changeset/base/328213
Log:
MFC r327963:
When re-evaluating cpu_features, also re-print CPU identification.
Modified:
stable/11/sys/dev/cpuctl/cpuctl.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/cpuctl/cpuctl.c
==============================================================================
--- stable/11/sys/dev/cpuctl/cpuctl.c Sun Jan 21 08:48:26 2018 (r328212)
+++ stable/11/sys/dev/cpuctl/cpuctl.c Sun Jan 21 10:35:17 2018 (r328213)
@@ -526,6 +526,7 @@ cpuctl_do_eval_cpu_features(int cpu, struct thread *td
identify_cpu1();
identify_cpu2();
restore_cpu(oldcpu, is_bound, td);
+ printcpuinfo();
return (0);
}
More information about the svn-src-stable
mailing list