diff options
| author | Libin <[email protected]> | 2013-07-03 15:01:26 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2013-07-03 16:07:26 -0700 |
| commit | d6e932177090463e5c709e9e61bbd705a33a1609 (patch) | |
| tree | e833b8907a9c07662c5aaaef097a81575ba27653 /tools/perf/scripts/python | |
| parent | b430e9d1c6d416306d44dbf3aa3148be7af78abc (diff) | |
mm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT
(*->vm_end - *->vm_start) >> PAGE_SHIFT operation is implemented
as a inline funcion vma_pages() in linux/mm.h, so using it.
Signed-off-by: Libin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions