diff options
author | Dmitry Kasatkin <dmitry.kasatkin@nokia.com> | 2011-06-02 18:10:06 (GMT) |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2011-06-29 23:44:02 (GMT) |
commit | a929cbeef7d8e5c3603a6f43b977c03c922aada3 (patch) | |
tree | dd5321e7f54daf6eea76902523312a87ed56ad10 /drivers/usb/musb/davinci.c | |
parent | ea1fd2246f3c3c6b739529db2a547fa080cf09a3 (diff) | |
download | linux-fsl-qoriq-a929cbeef7d8e5c3603a6f43b977c03c922aada3.tar.xz |
crypto: omap-sham - replace flags operation with atomic bit operations
Some flags are changed in interrupt handlers and verified in the tasklet.
There might be a race condition when tasklet is interrupted or another
cpu/core will run IRQ handler and tasklet in parallel.
Atomic bitops functions are now used instead of bitmask operations.
Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@nokia.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/usb/musb/davinci.c')
0 files changed, 0 insertions, 0 deletions