git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c131af
)
[PATCH] x86-64: Fix race in exit_idle
author
Andi Kleen
<ak@suse.de>
Tue, 14 Nov 2006 15:57:46 +0000
(16:57 +0100)
committer
Andi Kleen
<andi@basil.nowhere.org>
Tue, 14 Nov 2006 15:57:46 +0000
(16:57 +0100)
When another interrupt happens in exit_idle the exit idle notifier
could be called an incorrect number of times.
Add a test_and_clear_bit_pda and use it handle the bit
atomically against interrupts to avoid this.
Pointed out by Stephane Eranian
Signed-off-by: Andi Kleen <ak@suse.de>
No differences found