mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
sparc64 is not ready for PREEMPTION, so turn it off for now.
This commit is contained in:
parent
28b81da2d8
commit
698e3209dc
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
|||
|
||||
#options SCHED_ULE # ULE scheduler
|
||||
options SCHED_4BSD # 4BSD scheduler
|
||||
options PREEMPTION # Enable kernel thread preemption
|
||||
#options PREEMPTION # Enable kernel thread preemption
|
||||
options INET # InterNETworking
|
||||
options INET6 # IPv6 communications protocols
|
||||
options FFS # Berkeley Fast Filesystem
|
||||
|
|
|
|||
Loading…
Reference in a new issue