svn commit: r354172 - in head/sys: amd64/conf conf

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Oct 30 10:16:29 UTC 2019


Author: trasz
Date: Wed Oct 30 10:16:28 2019
New Revision: 354172
URL: https://svnweb.freebsd.org/changeset/base/354172

Log:
  There's nothing architecture specific in "options STATS"; move it from
  sys/amd64/conf/NOTES to sys/conf/NOTES.
  
  Suggested by:	jhb@
  Sponsored by:	Klara Inc, Netflix

Modified:
  head/sys/amd64/conf/NOTES
  head/sys/conf/NOTES

Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES	Wed Oct 30 10:13:14 2019	(r354171)
+++ head/sys/amd64/conf/NOTES	Wed Oct 30 10:16:28 2019	(r354172)
@@ -678,5 +678,3 @@ device		ndis
 
 options		LINDEBUGFS
 options		GCOV
-
-options		STATS

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Wed Oct 30 10:13:14 2019	(r354171)
+++ head/sys/conf/NOTES	Wed Oct 30 10:16:28 2019	(r354172)
@@ -2896,3 +2896,6 @@ options 	SPIGEN_LEGACY_CDEVNAME # legacy device names 
 # Compression supports.
 device		zlib		# gzip/zlib compression/decompression library
 device		xz		# xz_embedded LZMA de-compression library
+
+# Kernel support for stats(3).
+options 	STATS


More information about the svn-src-head mailing list