Skip to content

Commit 1464d00

Browse files
RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=n
As of 93917ad ("RISC-V: Add support for restartable sequence") we have support for restartable sequences, which default to enabled. These select MEMBARRIER, so disabling it is now redundant. Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1 parent 6f56257 commit 1464d00

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

arch/riscv/configs/nommu_k210_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
2121
# CONFIG_AIO is not set
2222
# CONFIG_IO_URING is not set
2323
# CONFIG_ADVISE_SYSCALLS is not set
24-
# CONFIG_MEMBARRIER is not set
2524
# CONFIG_KALLSYMS is not set
2625
CONFIG_EMBEDDED=y
2726
# CONFIG_VM_EVENT_COUNTERS is not set

arch/riscv/configs/nommu_k210_sdcard_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
1313
# CONFIG_AIO is not set
1414
# CONFIG_IO_URING is not set
1515
# CONFIG_ADVISE_SYSCALLS is not set
16-
# CONFIG_MEMBARRIER is not set
1716
# CONFIG_KALLSYMS is not set
1817
CONFIG_EMBEDDED=y
1918
# CONFIG_VM_EVENT_COUNTERS is not set

arch/riscv/configs/nommu_virt_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ CONFIG_EXPERT=y
1919
# CONFIG_AIO is not set
2020
# CONFIG_IO_URING is not set
2121
# CONFIG_ADVISE_SYSCALLS is not set
22-
# CONFIG_MEMBARRIER is not set
2322
# CONFIG_KALLSYMS is not set
2423
# CONFIG_VM_EVENT_COUNTERS is not set
2524
# CONFIG_COMPAT_BRK is not set

0 commit comments

Comments
 (0)