Home
last modified time | relevance | path

Searched hist:"2 a00f026a15d161b47ba3d3417d0fec5193468c3" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/include/asm-generic/
H A Dbitsperlong.hdiff 2a00f026a15d161b47ba3d3417d0fec5193468c3 Wed Jul 13 13:04:04 CDT 2016 Arnaldo Carvalho de Melo <acme@redhat.com> tools: Fix up BITS_PER_LONG setting

It was set based on CONFIG_64BIT, that is available only when using
Kconfig, which we're working towards but not to the point of having this
CONFIG variable set, so synthesize it from available compiler defined
defines, __SIZEOF_LONG__ or, lacking that, __WORDSIZE.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-og5fmkr17856lhupacihwxvb@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>