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
This commit is contained in:
Edward Tomasz Napierala 2019-10-30 10:16:28 +00:00
parent d57791bec2
commit 2ae3f52cee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354172
2 changed files with 3 additions and 2 deletions

View File

@ -678,5 +678,3 @@ device ndis
options LINDEBUGFS
options GCOV
options STATS

View File

@ -2896,3 +2896,6 @@ options SPIGEN_LEGACY_CDEVNAME # legacy device names for spigen
# Compression supports.
device zlib # gzip/zlib compression/decompression library
device xz # xz_embedded LZMA de-compression library
# Kernel support for stats(3).
options STATS