Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33349
b: refs/heads/master
c: 3773dc9
h: refs/heads/master
i:
  33347: 2aa8b7a
v: v3
  • Loading branch information
Jan Blunck authored and Greg Kroah-Hartman committed Aug 14, 2006
1 parent db0131e commit 4c4bad3
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: 95f8797f42b058333d1e6f0d1dcd8edf5dc6c244
refs/heads/master: 3773dc92055f219c2f2403f9de774b8ad41a9214
2 changes: 1 addition & 1 deletion trunk/kernel/hrtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_base *base)
{
struct hrtimer_base *new_base;

new_base = &__get_cpu_var(hrtimer_bases[base->index]);
new_base = &__get_cpu_var(hrtimer_bases)[base->index];

if (base != new_base) {
/*
Expand Down

0 comments on commit 4c4bad3

Please sign in to comment.