Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164389
b: refs/heads/master
c: 5a2ae91
h: refs/heads/master
i:
  164387: 6cf4869
v: v3
  • Loading branch information
KOSAKI Motohiro authored and Linus Torvalds committed Sep 22, 2009
1 parent dbfeb12 commit 81b8536
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 35cd78156c499ef83f60605e4643d5a98fef14fd
refs/heads/master: 5a2ae913f5229d6e1d4a666f0477350789d5128e
5 changes: 0 additions & 5 deletions trunk/include/linux/vmstat.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,6 @@ extern void zone_statistics(struct zone *, struct zone *);

#endif /* CONFIG_NUMA */

#define __add_zone_page_state(__z, __i, __d) \
__mod_zone_page_state(__z, __i, __d)
#define __sub_zone_page_state(__z, __i, __d) \
__mod_zone_page_state(__z, __i,-(__d))

#define add_zone_page_state(__z, __i, __d) mod_zone_page_state(__z, __i, __d)
#define sub_zone_page_state(__z, __i, __d) mod_zone_page_state(__z, __i, -(__d))

Expand Down

0 comments on commit 81b8536

Please sign in to comment.