android_kernel_xiaomi_sm8350/core/dp
Poddar, Siddarth 3e766e0569 qcacld-3.0: Move TXRX_PRINT outside of peer_map_unmap_lock spinlock
Sometimes TXRX_PRINT is taking more time to process as
some other printks' are already in progress. As this TXRX_PRINT is
inside spinlock, so when some other core is also competing for
this spinlock, that core keeps iterating in a loop. After some
time spinlock bug is triggered as it is suspected that this core
is locked on this spinlock.

To fix this, move the TXRX_PRINT outside spinlock so that the other
core don't have to wait to acquire spinlock due to this TXRX_PRINT.

CRs-Fixed: 1107213
Change-Id: Ie6f8a7c8f9731883c2440641b8b9542f9d40c4a9
2017-01-06 14:38:51 -08:00
..
htt qcacld-3.0: Fix -Wmissing-prototypes in HTT 2016-12-14 14:07:19 -08:00
ol/inc qcacld-3.0: Properly export ol_cfg.c APIs 2017-01-05 12:06:41 -08:00
txrx qcacld-3.0: Move TXRX_PRINT outside of peer_map_unmap_lock spinlock 2017-01-06 14:38:51 -08:00