Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110772
b: refs/heads/master
c: dd0078f
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Ingo Molnar committed Aug 15, 2008
1 parent bab4db4 commit 6cdd165
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 34d7c2b38d124219b7034356716e3455c439acd3
refs/heads/master: dd0078f4f04d939950a792c493d7d97d7ce663b8
8 changes: 7 additions & 1 deletion trunk/include/linux/rcupreempt.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,13 @@ static inline void rcu_qsctr_inc(int cpu)
rdssp->sched_qs++;
}
#define rcu_bh_qsctr_inc(cpu)
#define call_rcu_bh(head, rcu) call_rcu(head, rcu)

/*
* Someone might want to pass call_rcu_bh as a function pointer.
* So this needs to just be a rename and not a macro function.
* (no parentheses)
*/
#define call_rcu_bh call_rcu

/**
* call_rcu_sched - Queue RCU callback for invocation after sched grace period.
Expand Down

0 comments on commit 6cdd165

Please sign in to comment.