Skip to content

Commit e8557d1

Browse files
roxellctmarinas
authored andcommitted
arm64: Allow forced irq threading
Now its safe to allow forced interrupt threading for arm64, all timer interrupts and the perf interrupt are marked NO_THREAD, as is the case with arch/arm: da0ec6f ARM: 7814/2: Allow forced irq threading Acked-by: Sebastian Andrzej Siewior <[email protected]> Suggested-by: Sebastian Andrzej Siewior <[email protected]> Signed-off-by: Anders Roxell <[email protected]> Signed-off-by: Catalin Marinas <[email protected]>
1 parent 96045ed commit e8557d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ config ARM64
7171
select HAVE_RCU_TABLE_FREE
7272
select HAVE_SYSCALL_TRACEPOINTS
7373
select IRQ_DOMAIN
74+
select IRQ_FORCED_THREADING
7475
select MODULES_USE_ELF_RELA
7576
select NO_BOOTMEM
7677
select OF

0 commit comments

Comments
 (0)