From 421012d755dfed0b6827d20c128c9448b14aceff Mon Sep 17 00:00:00 2001 From: trasz Date: Wed, 30 Oct 2019 10:16:28 +0000 Subject: [PATCH] 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 --- sys/amd64/conf/NOTES | 2 -- sys/conf/NOTES | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 31d01593d868..c24295629098 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -678,5 +678,3 @@ device ndis options LINDEBUGFS options GCOV - -options STATS diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 002d809eae5d..361bf252c600 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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