Author: kib Date: Sun Jan 14 12:33:05 2018 New Revision: 327963 URL: https://svnweb.freebsd.org/changeset/base/327963
Log: When re-evaluating cpu_features, also re-print CPU identification. Sponsored by: The FreeBSD Foundation MFC after: 1 week Modified: head/sys/dev/cpuctl/cpuctl.c Modified: head/sys/dev/cpuctl/cpuctl.c ============================================================================== --- head/sys/dev/cpuctl/cpuctl.c Sun Jan 14 12:08:41 2018 (r327962) +++ head/sys/dev/cpuctl/cpuctl.c Sun Jan 14 12:33:05 2018 (r327963) @@ -528,6 +528,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"