Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350042
b: refs/heads/master
c: 5e67b51
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Steven Rostedt committed Jan 30, 2013
1 parent 87bf307 commit 265f69e
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: ad964704ba9326d027fc10fd0099b7c880e50172
refs/heads/master: 5e67b51e3fb22ad43faf9589e9019ad9c6a00413
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ u64 notrace trace_clock_global(void)
local_irq_save(flags);

this_cpu = raw_smp_processor_id();
now = cpu_clock(this_cpu);
now = sched_clock_cpu(this_cpu);
/*
* If in an NMI context then dont risk lockups and return the
* cpu_clock() time:
Expand Down

0 comments on commit 265f69e

Please sign in to comment.