[PATCH 0/2] perf tools: Fix next_pow2_l()

From: Adrian Hunter
Date: Fri Dec 13 2013 - 03:53:42 EST



Hi

My implementation of next_pow2_l() was incorrect.
Here is a fix, after which next_pow2() is unused
so I remove it and rename next_pow2_l() -> next_pow2()


Adrian Hunter (2):
perf tools: Fix next_pow2_l()
perf tools: Remove unused next_pow2() and rename next_pow2_l()

tools/perf/util/evlist.c | 2 +-
tools/perf/util/util.h | 22 ++++++++--------------
2 files changed, 9 insertions(+), 15 deletions(-)


Regards
Adrian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/