Skip to content

Commit bc5370c

Browse files
committed
tools/power/x86/intel-speed-select: Increase max CPUs in one request
With the increase in the CPU count, this count needs to be updated. Increase max CPU count to 512. Signed-off-by: Srinivas Pandruvada <[email protected]>
1 parent da4c1b9 commit bc5370c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/power/x86/intel-speed-select/isst-config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ static FILE *outf;
2828
static int cpu_model;
2929
static int cpu_stepping;
3030

31-
#define MAX_CPUS_IN_ONE_REQ 256
31+
#define MAX_CPUS_IN_ONE_REQ 512
3232
static short max_target_cpus;
3333
static unsigned short target_cpus[MAX_CPUS_IN_ONE_REQ];
3434

0 commit comments

Comments
 (0)