Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2018 12:17: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: r338016 - head/sys/x86/x86
Message-ID:  <201808181217.w7ICH6cr036530@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sat Aug 18 12:17:05 2018
New Revision: 338016
URL: https://svnweb.freebsd.org/changeset/base/338016

Log:
  Print L1D FLUSH feature.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	3 days

Modified:
  head/sys/x86/x86/identcpu.c

Modified: head/sys/x86/x86/identcpu.c
==============================================================================
--- head/sys/x86/x86/identcpu.c	Sat Aug 18 12:15:54 2018	(r338015)
+++ head/sys/x86/x86/identcpu.c	Sat Aug 18 12:17:05 2018	(r338016)
@@ -989,6 +989,7 @@ printcpuinfo(void)
 				       "\020"
 				       "\033IBPB"
 				       "\034STIBP"
+				       "\035L1DFL"
 				       "\036ARCH_CAP"
 				       "\040SSBD"
 				       );



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