public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] perf tools: Fix next_pow2_l()
@ 2013-12-13  8:53 Adrian Hunter
  2013-12-13  8:53 ` [PATCH 1/2] " Adrian Hunter
  2013-12-13  8:53 ` [PATCH 2/2] perf tools: Remove unused next_pow2() and rename next_pow2_l() Adrian Hunter
  0 siblings, 2 replies; 4+ messages in thread
From: Adrian Hunter @ 2013-12-13  8:53 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: Peter Zijlstra, Ingo Molnar, linux-kernel, David Ahern,
	Frederic Weisbecker, Jiri Olsa, Mike Galbraith, Namhyung Kim,
	Paul Mackerras, Stephane Eranian


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-12-13 14:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-13  8:53 [PATCH 0/2] perf tools: Fix next_pow2_l() Adrian Hunter
2013-12-13  8:53 ` [PATCH 1/2] " Adrian Hunter
2013-12-13 14:46   ` Arnaldo Carvalho de Melo
2013-12-13  8:53 ` [PATCH 2/2] perf tools: Remove unused next_pow2() and rename next_pow2_l() Adrian Hunter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox