projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13e47be
)
riscv: Allow forced irq threading
author
Kefeng Wang
<wangkefeng.wang@huawei.com>
Thu, 8 Jul 2021 01:59:47 +0000
(09:59 +0800)
committer
Palmer Dabbelt
<palmerdabbelt@google.com>
Wed, 4 Aug 2021 15:49:50 +0000
(08:49 -0700)
The timer interrupt and the perf interrupt on riscv are with
IRQF_PERCPU, so it's safe to allow forced interrupt threading.
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/Kconfig
patch
|
blob
|
history
diff --git
a/arch/riscv/Kconfig
b/arch/riscv/Kconfig
index 1af859b9d5bf0b19f22289a96630c5d505b8f2aa..1fc5a95df3f4b035fc417182b863cf86f1f764f9 100644
(file)
--- a/
arch/riscv/Kconfig
+++ b/
arch/riscv/Kconfig
@@
-98,6
+98,7
@@
config RISCV
select HAVE_STACKPROTECTOR
select HAVE_SYSCALL_TRACEPOINTS
select IRQ_DOMAIN
+ select IRQ_FORCED_THREADING
select MODULES_USE_ELF_RELA if MODULES
select MODULE_SECTIONS if MODULES
select OF