mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
spin_lock_irqsave() and spin_unlock_irqrestore() are only valid if the CPU supports global disabling of interrupts.
This commit is contained in:
@@ -210,6 +210,10 @@ config ARCH_HAVE_RTC_SUBSECONDS
|
||||
bool
|
||||
default n
|
||||
|
||||
config ARCH_GLOBAL_IRQDISABLE
|
||||
bool
|
||||
defautl n
|
||||
|
||||
config ARCH_USE_MMU
|
||||
bool "Enable MMU"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user