Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jan 2018 12:33:06 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r327963 - head/sys/dev/cpuctl
Message-ID:  <201801141233.w0ECX6w6034659@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801141233.w0ECX6w6034659>