diff options
author | Ian Moffett <ian@osmora.org> | 2024-06-04 23:28:15 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-06-04 23:28:15 -0400 |
commit | 433d6e282c9f1455fef07333807424f4bd07878e (patch) | |
tree | 2fa76c3df76584c2fc639d5f520f00f253187cf6 | |
parent | b7b304843f34b9f7d9c36d0603874f5050f5d83a (diff) |
kernel/amd64: spectre: Disable IBRS by default
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 1a48a94..ea6ba76 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,2 +1,2 @@ // Kernel options -option SPECTRE_IBRS yes +option SPECTRE_IBRS no |