diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-05-25 04:38:26 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-25 04:38:26 -0400 |
commit | c1c58ada91cfe86f19d430282132434e620a1067 (patch) | |
tree | cd12933040a65398e9779c3596f5109e37c206c3 /crypto | |
parent | 67394f8f069c2fdf90f3b6d851824c07815442af (diff) | |
parent | 2a24ab628aa7b190be32f63dfb6d96f3fb61580a (diff) |
Merge with /usr/src/ntfs-2.6.git
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/internal.h b/crypto/internal.h index e68e43886d..964b9a60ca 100644 --- a/crypto/internal.h +++ b/crypto/internal.h | |||
@@ -38,7 +38,7 @@ static inline void crypto_kunmap(void *vaddr, int out) | |||
38 | 38 | ||
39 | static inline void crypto_yield(struct crypto_tfm *tfm) | 39 | static inline void crypto_yield(struct crypto_tfm *tfm) |
40 | { | 40 | { |
41 | if (!in_softirq()) | 41 | if (!in_atomic()) |
42 | cond_resched(); | 42 | cond_resched(); |
43 | } | 43 | } |
44 | 44 | ||