linux-stable/tools/power/x86/intel-speed-select
Srinivas Pandruvada 873e391ff3 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 <srinivas.pandruvada@linux.intel.com>
2020-05-22 11:18:15 -07:00
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
Build tools/power/x86: A tool to validate Intel Speed Select commands 2019-07-03 15:37:09 +03:00
Makefile tools/power/x86: A tool to validate Intel Speed Select commands 2019-07-03 15:37:09 +03:00
isst-config.c tools/power/x86/intel-speed-select: Fix invalid core mask 2020-05-22 11:18:15 -07:00
isst-core.c tools/power/x86/intel-speed-select: Change debug to error 2020-05-11 11:29:52 -07:00
isst-display.c tools/power/x86/intel-speed-select: Fix json perf-profile output output 2020-05-22 11:18:15 -07:00
isst.h tools/power/x86/intel-speed-select: Fix invalid core mask 2020-05-22 11:18:15 -07:00