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:
2caf62f
)
[SNMP]: Fix SNMP counters with PREEMPT
author
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 20 Dec 2007 12:13:21 +0000
(
04:13
-0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 22:59:16 +0000
(14:59 -0800)
The SNMP macros use raw_smp_processor_id() in process context
which is illegal because the process may be preempted and then
migrated to another CPU.
This patch makes it use get_cpu/put_cpu to disable preemption.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found