svn commit: r327963 - head/sys/dev/cpuctl

Konstantin Belousov kib at FreeBSD.org
Sun Jan 14 12:33:07 UTC 2018


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);
 }
 


More information about the svn-src-head mailing list