Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32207
b: refs/heads/master
c: e45b3b6
h: refs/heads/master
i:
  32205: 0cd321e
  32203: 14d439d
  32199: 0d52717
  32191: 772dbcc
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 10, 2006
1 parent 0f0ab18 commit 8c875f9
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: 1a91023a9f172f820e292f2c5675fb9f8e2636f0
refs/heads/master: e45b3b6af09dab2a28a7c88b340d0bcdd173e068
2 changes: 1 addition & 1 deletion trunk/include/linux/vmstat.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static inline void __count_vm_events(enum vm_event_item item, long delta)

static inline void count_vm_events(enum vm_event_item item, long delta)
{
get_cpu_var(vm_event_states.event[item])++;
get_cpu_var(vm_event_states.event[item]) += delta;
put_cpu();
}

Expand Down

0 comments on commit 8c875f9

Please sign in to comment.