commit | a93b288ad6dbf9a7749a59e31780554f5b7fd7e8 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <[email protected]> | Tue Sep 25 13:55:59 2018 |
committer | Xuewei Zhang <[email protected]> | Sun May 26 17:40:37 2019 |
tree | a56ab39617d294616f165ef9e201d7fd0533ab57 | |
parent | fc9e44074ddd6a5f2a0bd16a0da54217258990a5 [diff] |
tools include: Adopt linux/bits.h commit ba4aa02b417f08a0bee5e7b8ed70cac788a7c854 upstream. So that we reduce the difference of tools/include/linux/bitops.h to the original kernel file, include/linux/bitops.h, trying to remove the need to define BITS_PER_LONG, to avoid clashes with asm/bitsperlong.h. And the things removed from tools/include/linux/bitops.h are really in linux/bits.h, so that we can have a copy and then tools/perf/check_headers.sh will tell us when new stuff gets added to linux/bits.h so that we can check if it is useful and if any adjustment needs to be done to the tools/{include,arch}/ copies. Cc: Adrian Hunter <[email protected]> Cc: Alexander Sverdlin <[email protected]> Cc: David Ahern <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Wang Nan <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> (cherry picked from commit c5e44540ca312c4bbaafb1950c825a930c9adfdf) Signed-off-by: Zubin Mithra <[email protected]> Change-Id: Id880c6cac6b68274a1dc0830a226b7009c3027d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/1627579 Reviewed-by: Zubin Mithra <[email protected]> Commit-Queue: Zubin Mithra <[email protected]> Tested-by: Zubin Mithra <[email protected]> (cherry picked from commit 61077b42263c96014330e8faa09445c7016270c3) Signed-off-by: vaibhavrustagi <[email protected]> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/1629433 Commit-Queue: Xuewei Zhang <[email protected]> Tested-by: Xuewei Zhang <[email protected]>