Re: [PATCH] tools/perf: fix the word selected in find_*_bit

From: Hekuang
Date: Wed Jun 15 2016 - 21:36:37 EST




å 2016/6/16 5:29, Arnaldo Carvalho de Melo åé:
Em Thu, Jun 16, 2016 at 12:11:04AM +0300, Yury Norov escreveu:
On Wed, Jun 15, 2016 at 10:51:27PM +0300, Yury Norov wrote:
Maybe there already is some macro doing the conversion for you...
yes it is, cpu_to_le64() is what you want
Beware that the cpu_to_le64() in tools/perf is bogus, we need to grab a
copy from the kernel sources.

- Arnaldo

[PATCH 1/2] tools include: Sync byteorder/generic.h
[PATCH 2/2] tools include: Fix wrong macro definitions for cpu_to_le* for big endian

Here're two patches related to this issue, sorry for wrongly sent two more
reduntant mails.

Thank you.