aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins/gcc-common.h
diff options
context:
space:
mode:
authorSrinivas Pandruvada <[email protected]>2020-05-19 16:28:34 -0700
committerSrinivas Pandruvada <[email protected]>2020-05-22 11:18:15 -0700
commit873e391ff33e742189cd7da5ed4bfd941e83edd7 (patch)
treeba494b995052c143f6b8c4956d205fccc0fe4af7 /scripts/gcc-plugins/gcc-common.h
parente16ea66365e43d5e3b338ba8d406dec38c6c3d39 (diff)
tools/power/x86/intel-speed-select: Fix invalid core mask
The core mask display is wrong in some cases. This is showing more cpus than the mask has. This is because mask is 64 bit but it used with BIT() macro to get the presence of CPU which doesn't support unsigned long long. Added a new macro for BIT_ULL and use that to get the presence of a CPU. Signed-off-by: Srinivas Pandruvada <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/gcc-common.h')
0 files changed, 0 insertions, 0 deletions