Revision d0d006a43e9a7a796f6f178839c92fcc222c564d authored by Denis Kirjanov on 06 August 2019, 10:51:11 UTC, committed by David S. Miller on 06 August 2019, 18:47:19 UTC
be_process_mcc() is invoked in 3 different places and
always with BHs disabled except the be_poll function
but since it's invoked from softirq with BHs
disabled it won't hurt.

v1->v2: added explanation to the patch
v2->v3: add a missing call from be_cmds.c

Signed-off-by: Denis Kirjanov <kda@linux-powerpc.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent debea2c
History
File Mode Size
arm
Kconfig -rw-r--r-- 962 bytes
async_pf.c -rw-r--r-- 5.2 KB
async_pf.h -rw-r--r-- 518 bytes
coalesced_mmio.c -rw-r--r-- 4.4 KB
coalesced_mmio.h -rw-r--r-- 884 bytes
eventfd.c -rw-r--r-- 22.2 KB
irqchip.c -rw-r--r-- 5.6 KB
kvm_main.c -rw-r--r-- 101.5 KB
vfio.c -rw-r--r-- 8.8 KB
vfio.h -rw-r--r-- 289 bytes

back to top