Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121285
b: refs/heads/master
c: 2c2d732
h: refs/heads/master
i:
  121283: 32f0d65
v: v3
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Dec 16, 2008
1 parent 5dc4aac commit 18ed566
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: 9dfc3bc7d21864d47797d64b8d531d4dbbc0b618
refs/heads/master: 2c2d7329d8afa9efa3ec24e19a53e7be9d14f242
2 changes: 1 addition & 1 deletion trunk/kernel/trace/ring_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ u64 ring_buffer_time_stamp(int cpu)
preempt_disable_notrace();
/* shift to debug/test normalization and TIME_EXTENTS */
time = sched_clock() << DEBUG_SHIFT;
preempt_enable_notrace();
preempt_enable_no_resched_notrace();

return time;
}
Expand Down

0 comments on commit 18ed566

Please sign in to comment.