mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
boards, include, sched: Remove CONFIG_SPINLOCK_IRQ
Summary: - This commit removes CONFIG_SPINLOCK_IRQ to avoid complexity Impact: - None Testing: - Tested with the following configs - spresense:wifi, spresense:smp - esp32-devkitc:smp (QEMU), sabre-6quad:smp (QEMU) - maix-bit:smp (QEMU), sim:smp - stm32f4discovery:wifi
This commit is contained in:
committed by
Xiang Xiao
parent
6547c3df55
commit
ad2e85433a
@@ -240,13 +240,6 @@ config SPINLOCK
|
||||
CONFIG_ARCH_HAVE_MULTICPU. This permits the use of spinlocks in
|
||||
other novel architectures.
|
||||
|
||||
config SPINLOCK_IRQ
|
||||
bool "Support Spinlocks with IRQ control"
|
||||
default n
|
||||
---help---
|
||||
Enables support for spinlocks with IRQ control. This feature can be
|
||||
used to protect data in SMP mode.
|
||||
|
||||
config IRQCHAIN
|
||||
bool "Enable multi handler sharing a IRQ"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user