Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191015
b: refs/heads/master
c: 4376030
h: refs/heads/master
i:
  191013: 2160afb
  191011: e0f1191
  191007: 310f480
v: v3
  • Loading branch information
Mathieu Desnoyers authored and Paul E. McKenney committed May 10, 2010
1 parent 96e516b commit 593e87c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a5d8e467f83f6672104f276223a88e3b50cbd375
refs/heads/master: 4376030a54860dedab9d848dfa7cc700a6025c0b
8 changes: 8 additions & 0 deletions trunk/include/linux/rcupdate.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ extern void rcu_init(void);
(ptr)->next = NULL; (ptr)->func = NULL; \
} while (0)

static inline void init_rcu_head_on_stack(struct rcu_head *head)
{
}

static inline void destroy_rcu_head_on_stack(struct rcu_head *head)
{
}

#ifdef CONFIG_DEBUG_LOCK_ALLOC

extern struct lockdep_map rcu_lock_map;
Expand Down

0 comments on commit 593e87c

Please sign in to comment.