From 91dc225a7bd81350faaceba89226e761045b5bbb Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 20 Oct 2022 09:29:33 -0600 Subject: [PATCH] conf: Document why we have ARM64 and RISCV options These are needed for the 'cpu ARM64' and 'cpu RISCV' options in these architecture's config files. cpu lines are non-optional in config(8), so we must define them here. There's no other use for them in the tree. Sponsored by: Netflix --- sys/conf/options.arm64 | 2 +- sys/conf/options.riscv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/conf/options.arm64 b/sys/conf/options.arm64 index ff2db5caf08..5e14225cc05 100644 --- a/sys/conf/options.arm64 +++ b/sys/conf/options.arm64 @@ -1,6 +1,6 @@ # $FreeBSD$ -ARM64 opt_global.h +ARM64 opt_global.h # for cpu ARM64 to work INTRNG opt_global.h SOCDEV_PA opt_global.h THUNDERX_PASS_1_1_ERRATA opt_global.h diff --git a/sys/conf/options.riscv b/sys/conf/options.riscv index b2ab5ec0958..9e48f73fba3 100644 --- a/sys/conf/options.riscv +++ b/sys/conf/options.riscv @@ -1,5 +1,5 @@ # $FreeBSD$ -RISCV opt_global.h +RISCV opt_global.h # For cpu RISCV to work FPE opt_global.h INTRNG opt_global.h