Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2018 10:35:17 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r328213 - stable/11/sys/dev/cpuctl
Message-ID:  <201801211035.w0LAZHo8054711@repo.freebsd.org>

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



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