Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182481
b: refs/heads/master
c: 3a0304e
h: refs/heads/master
i:
  182479: 5d15425
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Feb 26, 2010
1 parent 261c09e commit f30730a
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: 628ada0cb03666dd463f7c25947eaccdf440c309
refs/heads/master: 3a0304e90aa5a2c0c308a05d28f7d109a48d8539
2 changes: 1 addition & 1 deletion trunk/kernel/perf_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -3749,7 +3749,7 @@ void __perf_event_mmap(struct vm_area_struct *vma)
/* .tid */
.start = vma->vm_start,
.len = vma->vm_end - vma->vm_start,
.pgoff = vma->vm_pgoff,
.pgoff = (u64)vma->vm_pgoff << PAGE_SHIFT,
},
};

Expand Down

0 comments on commit f30730a

Please sign in to comment.