|
@@ -138,7 +138,7 @@ config INLINE_SPIN_UNLOCK_BH
|
|
|
|
|
|
config INLINE_SPIN_UNLOCK_IRQ
|
|
|
def_bool y
|
|
|
- depends on !PREEMPT || ARCH_INLINE_SPIN_UNLOCK_BH
|
|
|
+ depends on !PREEMPT || ARCH_INLINE_SPIN_UNLOCK_IRQ
|
|
|
|
|
|
config INLINE_SPIN_UNLOCK_IRQRESTORE
|
|
|
def_bool y
|
|
@@ -175,7 +175,7 @@ config INLINE_READ_UNLOCK_BH
|
|
|
|
|
|
config INLINE_READ_UNLOCK_IRQ
|
|
|
def_bool y
|
|
|
- depends on !PREEMPT || ARCH_INLINE_READ_UNLOCK_BH
|
|
|
+ depends on !PREEMPT || ARCH_INLINE_READ_UNLOCK_IRQ
|
|
|
|
|
|
config INLINE_READ_UNLOCK_IRQRESTORE
|
|
|
def_bool y
|
|
@@ -212,7 +212,7 @@ config INLINE_WRITE_UNLOCK_BH
|
|
|
|
|
|
config INLINE_WRITE_UNLOCK_IRQ
|
|
|
def_bool y
|
|
|
- depends on !PREEMPT || ARCH_INLINE_WRITE_UNLOCK_BH
|
|
|
+ depends on !PREEMPT || ARCH_INLINE_WRITE_UNLOCK_IRQ
|
|
|
|
|
|
config INLINE_WRITE_UNLOCK_IRQRESTORE
|
|
|
def_bool y
|