Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100244
b: refs/heads/master
c: 2d452c9
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jun 29, 2008
1 parent e33208e commit 48c0cca
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: 4c9fe8ad813b257a2b9ddf0f752105a75a7dae63
refs/heads/master: 2d452c9b10caeec455eb5e56a0ef4ed485178213
4 changes: 2 additions & 2 deletions trunk/kernel/sched_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ unsigned long long cpu_clock(int cpu)
unsigned long long clock;
unsigned long flags;

raw_local_irq_save(flags);
local_irq_save(flags);
clock = sched_clock_cpu(cpu);
raw_local_irq_restore(flags);
local_irq_restore(flags);

return clock;
}
Expand Down

0 comments on commit 48c0cca

Please sign in to comment.