summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2022-09-19 15:46:16 +0300
committerThomas Gleixner <tglx@linutronix.de>2022-09-19 16:08:39 +0300
commit94ec234a16cf3acdb319f05917b1efec9642222e (patch)
treede2687e0a7b2b52887dd14e14fd223c9c441a15d /README
parent118c3ba24d04f084eadd9d4a0ab7830f495e9106 (diff)
downloadlinux-94ec234a16cf3acdb319f05917b1efec9642222e.tar.xz
bcma: gpio: Use generic_handle_irq_safe()
On PREEMPT_RT enabled kernels the demultiplex interrupt handler is force threaded and runs with interrupts enabled. The invocation of generic_handle_irq() with interrupts enabled triggers a lockdep warning due to a non-irq safe lock acquisition. Instead of disabling interrupts on the driver level, use generic_handle_domain_irq_safe(). [ tglx: Split out from combo patch ] Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/YnkfWFzvusFFktSt@linutronix.de
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions