Skip to content
Commit 4b2f4843 authored by Kevin Hao's avatar Kevin Hao Committed by Bruce Ashfield
Browse files

mmc: cavium-thunderx: Drop the IRQF_NO_THREAD constraint



The IRQF_NO_THREAD is added by a Marvell SDK patch 238e623e ("mmc:
cavium: fix swiotlb buffer is full") in order to get back some of the
performance loss. But in some cases (such as rt kernel), we do need the
capability to thread irq handler. Otherwise we would get warnings because
the normal spin lock is used in the irq handler. So drop this constraint.

Signed-off-by: default avatarKevin Hao <haokexin@gmail.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent fc86c06a
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