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:
7a768d3
)
powerpc: Fix WARN_ON in decrementer_check_overflow
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Wed, 8 Feb 2012 19:34:13 +0000
(19:34 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Tue, 14 Feb 2012 04:01:38 +0000
(15:01 +1100)
We use __get_cpu_var() which triggers a false positive warning
in smp_processor_id() thinking interrupts are enabled (at this
point, they are soft-enabled but hard-disabled).
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found