The branch stable/12 has been updated by jrtc27:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=5297382c63f3ba9a5bd9236732b1ca1b9e7c76db

commit 5297382c63f3ba9a5bd9236732b1ca1b9e7c76db
Author:     Jessica Clarke <[email protected]>
AuthorDate: 2021-12-13 23:45:45 +0000
Commit:     Jessica Clarke <[email protected]>
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

Reply via email to