Skip to content
Commit cc20b900 authored by Simon Kagstrom's avatar Simon Kagstrom Committed by Russell King
Browse files

ARM: 5874/1: serial21285: fix disable_irq-from-interrupt-handler deadlock



The console hangs during bootup when disable_irq is called from the
transmit interrupt handler (it will wait forever for it's "own"
interrupt in synchronize_irq). Fix by using disable_irq_nosync()
instead.

Signed-off-by: default avatarSimon Kagstrom <simon.kagstrom@netinsight.net>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 4c9f8be7
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