Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100433
b: refs/heads/master
c: 5568b13
h: refs/heads/master
i:
  100431: b055ddd
v: v3
  • Loading branch information
Steven Rostedt authored and Thomas Gleixner committed May 23, 2008
1 parent d423293 commit a31ad2e
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: f43fdad8627fec2d21df92799b254dceb66c9c3c
refs/heads/master: 5568b139f4d196273958ae2947a736fdf1ffeece
4 changes: 2 additions & 2 deletions trunk/lib/smp_processor_id.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ notrace unsigned int debug_smp_processor_id(void)
/*
* Avoid recursion:
*/
preempt_disable();
preempt_disable_notrace();

if (!printk_ratelimit())
goto out_enable;
Expand All @@ -49,7 +49,7 @@ notrace unsigned int debug_smp_processor_id(void)
dump_stack();

out_enable:
preempt_enable_no_resched();
preempt_enable_no_resched_notrace();
out:
return this_cpu;
}
Expand Down

0 comments on commit a31ad2e

Please sign in to comment.