Author: mhorne
Date: Sat Nov  2 19:33:02 2019
New Revision: 354259
URL: https://svnweb.freebsd.org/changeset/base/354259

Log:
  RISC-V: Remove EARLY_AP_STARTUP from GENERIC
  
  This option is causing boot to fail for the Hifive Unleashed and older
  versions of QEMU (3.1.1). Remove it from the GENERIC config for now.
  
  Reported by:  br
  MFC after:    1 week

Modified:
  head/sys/riscv/conf/GENERIC

Modified: head/sys/riscv/conf/GENERIC
==============================================================================
--- head/sys/riscv/conf/GENERIC Sat Nov  2 18:00:16 2019        (r354258)
+++ head/sys/riscv/conf/GENERIC Sat Nov  2 19:33:02 2019        (r354259)
@@ -71,7 +71,6 @@ options       RACCT                   # Resource accounting 
framework
 options        RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
 options        RCTL                    # Resource limits
 options        SMP
-options        EARLY_AP_STARTUP
 options        INTRNG
 
 # RISC-V SBI console
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to