git: 91f45a3cf3b3 - main - intrng: Remove from NOTES file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Oct 2022 16:57:43 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=91f45a3cf3b30be0b957b791b5f889973a2ec490
commit 91f45a3cf3b30be0b957b791b5f889973a2ec490
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-10-25 16:52:44 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-10-25 16:57:29 +0000
intrng: Remove from NOTES file
INTRNG is required on these platforms. Remove it from the NOTES file
since it is now in the DEFAULTS file.
Suggested by: mhorne
Sponsored by: Netflix
---
sys/arm/conf/NOTES | 1 -
sys/arm64/conf/NOTES | 1 -
sys/riscv/conf/NOTES | 1 -
3 files changed, 3 deletions(-)
diff --git a/sys/arm/conf/NOTES b/sys/arm/conf/NOTES
index c118f60837ca..f18724977321 100644
--- a/sys/arm/conf/NOTES
+++ b/sys/arm/conf/NOTES
@@ -11,7 +11,6 @@ makeoptions CONF_CFLAGS+="-march=armv7a"
options FDT # Flattened device tree support
options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
-options INTRNG # Include INTRNG framework
options LINUX_BOOT_ABI # Process metadata passed from U-Boot
options PLATFORM # Include platform_if support
options SMP # Nearly all v7 SoCs are multicore
diff --git a/sys/arm64/conf/NOTES b/sys/arm64/conf/NOTES
index 6f8245796036..fa41073ee109 100644
--- a/sys/arm64/conf/NOTES
+++ b/sys/arm64/conf/NOTES
@@ -29,7 +29,6 @@ options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
options KDTRACE_FRAME # Ensure frames are compiled in
options VFP # Floating-point support
options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
-options INTRNG
# SoC support
options SOC_ALLWINNER_A64
diff --git a/sys/riscv/conf/NOTES b/sys/riscv/conf/NOTES
index f483ac221ebe..f36e6283433d 100644
--- a/sys/riscv/conf/NOTES
+++ b/sys/riscv/conf/NOTES
@@ -18,7 +18,6 @@ options KDTRACE_HOOKS # Kernel DTrace hooks
options DDB_CTF # Kernel ELF linker loads CTF data
options FPE # Floating-point extension support
options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
-options INTRNG # Include INTRNG framework
# RISC-V SBI console
device rcons