Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158165
b: refs/heads/master
c: 7c614d6
h: refs/heads/master
i:
  158163: 18301b6
v: v3
  • Loading branch information
Paul E. McKenney authored and Ingo Molnar committed Aug 24, 2009
1 parent 24a641e commit 21a0693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6b3ef48adf847f7adf11c870e3ffacac150f1564
refs/heads/master: 7c614d6461399acca5c0ba444f5db49cb332fc08
4 changes: 2 additions & 2 deletions trunk/include/linux/rcupdate.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ static inline void rcu_read_lock_sched(void)
__acquire(RCU_SCHED);
rcu_read_acquire();
}
static inline void rcu_read_lock_sched_notrace(void)
static inline notrace void rcu_read_lock_sched_notrace(void)
{
preempt_disable_notrace();
__acquire(RCU_SCHED);
Expand All @@ -209,7 +209,7 @@ static inline void rcu_read_unlock_sched(void)
__release(RCU_SCHED);
preempt_enable();
}
static inline void rcu_read_unlock_sched_notrace(void)
static inline notrace void rcu_read_unlock_sched_notrace(void)
{
rcu_read_release();
__release(RCU_SCHED);
Expand Down

0 comments on commit 21a0693

Please sign in to comment.