aboutsummaryrefslogtreecommitdiff
path: root/tools/include/uapi/asm-generic/bitsperlong.h
AgeCommit message (Collapse)AuthorFilesLines
2016-07-12tools: Copy the bitsperlong.h files from the kernelArnaldo Carvalho de Melo1-0/+15
We use it in bitops/__ffs.h and bitops/atomic.h, that we also got from the kernel, but were getting it from either newer systems that carry it in /usr/include, or from the kernel sources, that we decided not to touch from tools/ code. Fix it. Cc: Adrian Hunter <[email protected]> Cc: David Ahern <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Wang Nan <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>