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); } _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"