Skip to content

Commit

Permalink
switch to a non-prempt kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
choppsv1 committed Sep 22, 2023
1 parent 3541ec5 commit 9a02cee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions linux-fast.config
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y
# end of BPF subsystem

CONFIG_PREEMPT_BUILD=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
CONFIG_PREEMPT_NONE=y
CONFIG_PREEMPT_VOLUNTARY=n
# CONFIG_PREEMPT is not set
CONFIG_PREEMPT_COUNT=y
CONFIG_PREEMPTION=y
Expand Down
4 changes: 2 additions & 2 deletions linux.config
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y
# end of BPF subsystem

CONFIG_PREEMPT_BUILD=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
CONFIG_PREEMPT_NONE=y
CONFIG_PREEMPT_VOLUNTARY=n
# CONFIG_PREEMPT is not set
CONFIG_PREEMPT_COUNT=y
CONFIG_PREEMPTION=y
Expand Down

0 comments on commit 9a02cee

Please sign in to comment.