projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88fd2b7
)
LoongArch: Select HAVE_POSIX_CPU_TIMERS_TASK_WORK
author
Huacai Chen
<chenhuacai@loongson.cn>
Fri, 22 Nov 2024 07:47:53 +0000
(15:47 +0800)
committer
Huacai Chen
<chenhuacai@loongson.cn>
Tue, 26 Nov 2024 10:06:04 +0000
(18:06 +0800)
Move POSIX CPU timer expiry and signal delivery into task context to
allow PREEMPT_RT setups to coexist with KVM.
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
arch/loongarch/Kconfig
patch
|
blob
|
history
diff --git
a/arch/loongarch/Kconfig
b/arch/loongarch/Kconfig
index
d9fce0f
..
2443d5a
100644
(file)
--- a/
arch/loongarch/Kconfig
+++ b/
arch/loongarch/Kconfig
@@
-155,6
+155,7
@@
config LOONGARCH
select HAVE_PERF_EVENTS
select HAVE_PERF_REGS
select HAVE_PERF_USER_STACK_DUMP
+ select HAVE_POSIX_CPU_TIMERS_TASK_WORK
select HAVE_PREEMPT_DYNAMIC_KEY
select HAVE_REGS_AND_STACK_ACCESS_API
select HAVE_RELIABLE_STACKTRACE if UNWINDER_ORC