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:
7a9b2d5
)
net: u64_stats_fetch_begin_bh() and u64_stats_fetch_retry_bh()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Thu, 24 Jun 2010 00:54:06 +0000
(
00:54
+0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 29 Jun 2010 06:24:30 +0000
(23:24 -0700)
- Must disable preemption in case of 32bit UP in u64_stats_fetch_begin()
and u64_stats_fetch_retry()
- Add new u64_stats_fetch_begin_bh() and u64_stats_fetch_retry_bh() for
network usage, disabling BH on 32bit UP only.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found