Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit c92d295

Browse files
committed
XANMOD: config: Change to full preemption by default
Signed-off-by: Alexandre Frade <[email protected]>
1 parent cb35f8b commit c92d295

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CONFIGS/xanmod/gcc/config_x86-64-v1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
126126

127127
CONFIG_PREEMPT_BUILD=y
128128
# CONFIG_PREEMPT_NONE is not set
129-
CONFIG_PREEMPT_VOLUNTARY=y
130-
# CONFIG_PREEMPT is not set
129+
# CONFIG_PREEMPT_VOLUNTARY is not set
130+
CONFIG_PREEMPT=y
131131
CONFIG_PREEMPT_COUNT=y
132132
CONFIG_PREEMPTION=y
133133
CONFIG_PREEMPT_DYNAMIC=y

CONFIGS/xanmod/gcc/config_x86-64-v2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
126126

127127
CONFIG_PREEMPT_BUILD=y
128128
# CONFIG_PREEMPT_NONE is not set
129-
CONFIG_PREEMPT_VOLUNTARY=y
130-
# CONFIG_PREEMPT is not set
129+
# CONFIG_PREEMPT_VOLUNTARY is not set
130+
CONFIG_PREEMPT=y
131131
CONFIG_PREEMPT_COUNT=y
132132
CONFIG_PREEMPTION=y
133133
CONFIG_PREEMPT_DYNAMIC=y

CONFIGS/xanmod/gcc/config_x86-64-v3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
126126

127127
CONFIG_PREEMPT_BUILD=y
128128
# CONFIG_PREEMPT_NONE is not set
129-
CONFIG_PREEMPT_VOLUNTARY=y
130-
# CONFIG_PREEMPT is not set
129+
# CONFIG_PREEMPT_VOLUNTARY is not set
130+
CONFIG_PREEMPT=y
131131
CONFIG_PREEMPT_COUNT=y
132132
CONFIG_PREEMPTION=y
133133
CONFIG_PREEMPT_DYNAMIC=y

CONFIGS/xanmod/gcc/config_x86-64-v4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
126126

127127
CONFIG_PREEMPT_BUILD=y
128128
# CONFIG_PREEMPT_NONE is not set
129-
CONFIG_PREEMPT_VOLUNTARY=y
130-
# CONFIG_PREEMPT is not set
129+
# CONFIG_PREEMPT_VOLUNTARY is not set
130+
CONFIG_PREEMPT=y
131131
CONFIG_PREEMPT_COUNT=y
132132
CONFIG_PREEMPTION=y
133133
CONFIG_PREEMPT_DYNAMIC=y

0 commit comments

Comments
 (0)