commit | 4be61e6b769fc3f97b58870aa4258e27968f07e1 | [log] [tgz] |
---|---|---|
author | Alexander Monakov <amonakov@ispras.ru> | Sun Aug 23 23:27:02 2020 +0300 |
committer | Len Brown <len.brown@intel.com> | Thu Sep 03 13:59:10 2020 -0400 |
tree | 9c7c4c2e1446c8f8808dbc879cabeff2b11ac219 | |
parent | 33eb82251af9be47a625ca1578f44e596a3a0ca9 [diff] |
tools/power turbostat: Build with _FILE_OFFSET_BITS=64 For compatibility reasons, Glibc off_t is a 32-bit type on 32-bit x86 unless _FILE_OFFSET_BITS=64 is defined. Add this define, as otherwise reading MSRs with index 0x80000000 and above attempts a pread with a negative offset, which fails. Signed-off-by: Alexander Monakov <amonakov@ispras.ru> Tested-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Len Brown <len.brown@intel.com>