aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorMika Westerberg <[email protected]>2011-08-18 15:23:49 +0300
committerChris Ball <[email protected]>2011-08-31 16:25:50 -0400
commit50a50f9248497484c678631a9c1a719f1aaeab79 (patch)
tree76ade75d46ca9cd6b4f2803d65a86c0763f4c5e6 /net/lapb/lapb_subr.c
parent778e277cb82411c9002ca28ccbd216c4d9eb9158 (diff)
mmc: core: use non-reentrant workqueue for clock gating
The default multithread workqueue can cause the same work to be executed concurrently on a different CPUs. This isn't really suitable for clock gating as it might already gated the clock and gating it twice results both host->clk_old and host->ios.clock to be set to 0. To prevent this from happening we use system_nrt_wq instead. Signed-off-by: Mika Westerberg <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Tested-by: Chris Ball <[email protected]> Cc: <[email protected]> Signed-off-by: Chris Ball <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions