diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2016-07-13 15:04:04 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2016-07-13 15:04:04 -0300 |
commit | 2a00f026a15d161b47ba3d3417d0fec5193468c3 (patch) | |
tree | d86f90501196e273b6c1e567a3f95e587b9ebb56 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 7b39cafb7aa68ef8e32a9f51fbe737d96084ca74 (diff) |
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 <[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]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions