Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200544
b: refs/heads/master
c: 8f1c14b
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jun 23, 2010
1 parent bb99a16 commit 47abef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8ceedea7c2600a1018d20f67e766c0773b59391a
refs/heads/master: 8f1c14b2e3b1805d3e9e6a306d07f5371ea703a7
2 changes: 1 addition & 1 deletion trunk/include/net/snmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ struct linux_xfrm_mib {
#define SNMP_ADD_STATS_USER(mib, field, addend) \
this_cpu_add(mib[1]->mibs[field], addend)
#define SNMP_ADD_STATS(mib, field, addend) \
this_cpu_add(mib[0]->mibs[field], addend)
this_cpu_add(mib[!in_softirq()]->mibs[field], addend)
/*
* Use "__typeof__(*mib[0]) *ptr" instead of "__typeof__(mib[0]) ptr"
* to make @ptr a non-percpu pointer.
Expand Down

0 comments on commit 47abef6

Please sign in to comment.