Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187235
b: refs/heads/master
c: 7baab93
h: refs/heads/master
i:
  187233: 1a85c7e
  187231: ac9cb14
v: v3
  • Loading branch information
Miao Xie authored and Linus Torvalds committed Mar 12, 2010
1 parent 5182c78 commit cc2c7d2
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: a38374b8bd482b1e7c25f830772e9b73337ec2ed
refs/heads/master: 7baab93f9297da3e42a8cecfbf91d5f22f415500
2 changes: 1 addition & 1 deletion trunk/include/linux/nodemask.h
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ static inline int num_node_state(enum node_states state)
type *name = kmalloc(sizeof(*name), gfp_flags)
#define NODEMASK_FREE(m) kfree(m)
#else
#define NODEMASK_ALLOC(type, name, gfp_flags) type _name, *name = &_name
#define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name
#define NODEMASK_FREE(m) do {} while (0)
#endif

Expand Down

0 comments on commit cc2c7d2

Please sign in to comment.