commit | ae6b95d4d86565a4f267359852f7fbe000b6e0e7 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Tue Feb 20 13:57:57 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Feb 20 17:10:14 2007 -0800 |
tree | 4cc89deec81a209924a9089673ebc9d748474327 | |
parent | 91e4ee381d23ef67196a03924485aeceb32d6753 [diff] |
[PATCH] mwave: interesting flags savings Flags from spin_lock_irqsave() are saved into global variable and restored from it. My gut feeling this is very racy. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>