Commit 619af723 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] MT: MIPS_MT_SMTC_INSTANT_REPLAY currently conflicts with PREEMPT.

So until MIPS_MT_SMTC_INSTANT_REPLAY has been rewritten to solve this
issue, don't allow selecting it with PREEMPT.
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent af2944ac
...@@ -1606,7 +1606,7 @@ config MIPS_MT_FPAFF ...@@ -1606,7 +1606,7 @@ config MIPS_MT_FPAFF
config MIPS_MT_SMTC_INSTANT_REPLAY config MIPS_MT_SMTC_INSTANT_REPLAY
bool "Low-latency Dispatch of Deferred SMTC IPIs" bool "Low-latency Dispatch of Deferred SMTC IPIs"
depends on MIPS_MT_SMTC depends on MIPS_MT_SMTC && !PREEMPT
default y default y
help help
SMTC pseudo-interrupts between TCs are deferred and queued SMTC pseudo-interrupts between TCs are deferred and queued
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment