git: 5297382c63f3 - stable/12 - Revert "riscv: add COMPAT_FREEBSD12 option"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Dec 2021 23:49:19 UTC
The branch stable/12 has been updated by jrtc27:
URL: https://cgit.FreeBSD.org/src/commit/?id=5297382c63f3ba9a5bd9236732b1ca1b9e7c76db
commit 5297382c63f3ba9a5bd9236732b1ca1b9e7c76db
Author: Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2021-12-13 23:45:45 +0000
Commit: Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2021-12-13 23:45:45 +0000
Revert "riscv: add COMPAT_FREEBSD12 option"
There is no COMPAT_FREEBSD12 in stable/12, only 13 and above.
This reverts commit c31b7fd8b294e64b285898ffbfb613b178948126.
Direct commit to stable/12 since the aforementioned commit was an MFC
that should not have happened.
---
sys/riscv/conf/GENERIC | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
index 5cba4cc2f94f..4982c48ece39 100644
--- a/sys/riscv/conf/GENERIC
+++ b/sys/riscv/conf/GENERIC
@@ -51,7 +51,6 @@ options PSEUDOFS # Pseudo-filesystem framework
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_RAID # Soft RAID functionality.
options GEOM_LABEL # Provides labelization
-options COMPAT_FREEBSD12 # Compatible with FreeBSD12
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE # ktrace(1) support
options STACK # stack(9) support