diff options
author | Kan Liang <[email protected]> | 2015-03-02 02:14:26 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-03-02 18:25:38 -0300 |
commit | 2ed11312eb19506c027e7cac039994ad42a9cb2c (patch) | |
tree | a3a146330ebd8386c16d1228a9bd926a1c872cc3 /tools/perf/builtin-annotate.c | |
parent | 543d976fa2ebf5543bd07b5d487bf3a6144c0886 (diff) |
Revert "perf: Remove the extra validity check on nr_pages"
This reverts commit 74390aa55678 ("perf: Remove the extra validity check
on nr_pages")
nr_pages equals to number of pages - 1 in perf_mmap. So nr_pages = 0 is
valid.
So the nr_pages != 0 && !is_power_of_2(nr_pages) are all
needed for checking. Otherwise, for example, perf test 6 failed.
# perf test 6
6: x86 rdpmc test :Error:
mmap() syscall returned with (Invalid argument)
FAILED!
Signed-off-by: Kan Liang <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Kaixu Xia <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
0 files changed, 0 insertions, 0 deletions